#E25351

Color #E25351 Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #E25351

Tints of Valencia #E25351

Color information

#E25351 (or 0xE25351) is unknown color: approx Valencia. HEX triplet: E2, 53 and 51. RGB value is (226,83,81). Sum of RGB (Red+Green+Blue) = 226+83+81=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E25351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25351 is #1DACAE. Grayscale: #7D7D7D. Windows color (decimal): -1944751 or 5329890. OLE color: 5329890.

HSL color Cylindrical-coordinate representation of color #E25351: hue angle of 0.83º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E25351 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB2268381-
CMYK00.630.640.11
HSL0.83º71.43%60.2%-
HSV(B)0.83º64.16%88.63%-
XYZ35.9422.9510.32-
YUV125.53102.88199.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 57.95%
GREEN value IS 83 (32.81% from 255) = 21.28%
BLUE value IS 81 (32.03% from 255) = 20.77%
R=57.95%
G=21.28%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226838100.630.640.110.8371.4360.2
HexE2535103F40B1473c
Octal34212312107710013110774
Binary111000101010011101000101111111000000101111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25351; }

 p { color: rgb(226,83,81); }

 H1.HeaderClassName
 {
   color: #E25351;
 }
 .AnyTagClassName
 {
   color: #E25351;
 }
</style>
background-color css

<style>
 a { background-color: #E25351; }

 a { background-color: rgb(226,83,81); }

 div.DivClassName
 {
   background-color: #E25351;
 }
 .BgClassName
 {
   background-color: #E25351;
 }
</style>
border-color css

<style>
 span { border-color: #E25351; }

 span { border-color: rgb(226,83,81); }

 td.TdClassName
 {
   border-color: #E25351;
 }
 .TagClassName
 {
   border-color: #E25351;
 }
</style>