Html Css Color HEX #E15243 Valencia

📋 copy color: '#E15243'

red 225 ◦ green 82 ◦ blue 67

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

Shades of Valencia #E15243

Tints of Valencia #E15243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.91%

R = 60.16%
G = 21.93%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E15243 (or 0xE15243) is known color: Valencia. HEX triplet: E1, 52 and 43. RGB value is (225,82,67). Sum of RGB (Red+Green+Blue) = 225+82+67=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E15243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15243 is #1EADBC. Grayscale: #7B7B7B. Windows color (decimal): -2010557 or 4412129. OLE color: 4412129.

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

Color convert

RGB 225 82 67 -
CMYK 0 0.64 0.70 0.12
HSL 5.7º 0.72% 0.57% -
HSV(B) 5.7º 0.7% 0.88% -
XYZ 35.08 22.45 7.79 -
YUV 123.05 96.38 200.72 -
System Red Green Blue C M Y K H S L
Decimal 225 82 67 0 0.64 0.70 0.12 5.7 0.72 0.57
Hex E1 52 43 0 40 46 C 6 48 39
Octal 341 122 103 0 100 106 14 6 110 71
Binary 11100001 1010010 1000011 0 1000000 1000110 1100 110 1001000 111001

Color Harmonies of #E15243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15243

Black with #E15243

Text Example


Text Example

White with #E15243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15243; }

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

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

background-color css

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

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

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

border-color css

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

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

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