Html Css Color HEX #E15242 Valencia

📋 copy color: '#E15242'

red 225 ◦ green 82 ◦ blue 66

#E15242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #E15242

Tints of Valencia #E15242

RGB

 RED value IS 225 (88.28% from 255) = 60.32%

 GREEN value IS 82 (32.42% from 255) = 21.98%

 BLUE value IS 66 (26.17% from 255) = 17.69%

R = 60.32%
G = 21.98%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E15242 (or 0xE15242) is known color: Valencia. HEX triplet: E1, 52 and 42. RGB value is (225,82,66). Sum of RGB (Red+Green+Blue) = 225+82+66=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E15242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15242 is #1EADBD. Grayscale: #7B7B7B. Windows color (decimal): -2010558 or 4346593. OLE color: 4346593.

HSL color Cylindrical-coordinate representation of color #E15242: hue angle of 6.04º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E15242 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 82 66 -
CMYK 0 0.64 0.71 0.12
HSL 6.04º 0.73% 0.57% -
HSV(B) 6.04º 0.71% 0.88% -
XYZ 35.05 22.44 7.64 -
YUV 122.93 95.88 200.8 -
System Red Green Blue C M Y K H S L
Decimal 225 82 66 0 0.64 0.71 0.12 6.04 0.73 0.57
Hex E1 52 42 0 40 47 C 6 49 39
Octal 341 122 102 0 100 107 14 6 111 71
Binary 11100001 1010010 1000010 0 1000000 1000111 1100 110 1001001 111001

Color Harmonies of #E15242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15242

Black with #E15242

Text Example


Text Example

White with #E15242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15242; }

 p { color: rgb(225,82,66); }

 H1.HeaderClassName
 {
   color: #E15242;
 }
 .AnyTagClassName
 {
   color: #E15242;
 }
</style>

background-color css

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

 a { background-color: rgb(225,82,66); }

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

border-color css

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

 span { border-color: rgb(225,82,66); }

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