Html Css Color HEX #E5425A Cerise

📋 copy color: '#E5425A'

red 229 ◦ green 66 ◦ blue 90

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

Shades of Cerise #E5425A

Tints of Cerise #E5425A

RGB

 RED value IS 229 (89.84% from 255) = 59.48%

 GREEN value IS 66 (26.17% from 255) = 17.14%

 BLUE value IS 90 (35.55% from 255) = 23.38%

R = 59.48%
G = 17.14%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5425A (or 0xE5425A) is known color: Cerise. HEX triplet: E5, 42 and 5A. RGB value is (229,66,90). Sum of RGB (Red+Green+Blue) = 229+66+90=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E5425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5425A is #1ABDA5. Grayscale: #757575. Windows color (decimal): -1752486 or 5915365. OLE color: 5915365.

HSL color Cylindrical-coordinate representation of color #E5425A: hue angle of 351.17º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5425A is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 66 90 -
CMYK 0 0.71 0.61 0.10
HSL 351.17º 0.76% 0.58% -
HSV(B) 351.17º 0.71% 0.9% -
XYZ 36.11 21.29 11.88 -
YUV 117.47 112.5 207.55 -
System Red Green Blue C M Y K H S L
Decimal 229 66 90 0 0.71 0.61 0.10 351.17 0.76 0.58
Hex E5 42 5A 0 47 3D A 15F 4C 3A
Octal 345 102 132 0 107 75 12 537 114 72
Binary 11100101 1000010 1011010 0 1000111 111101 1010 101011111 1001100 111010

Color Harmonies of #E5425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5425A

Black with #E5425A

Text Example


Text Example

White with #E5425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5425A; }

 p { color: rgb(229,66,90); }

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

background-color css

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

 a { background-color: rgb(229,66,90); }

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

border-color css

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

 span { border-color: rgb(229,66,90); }

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