Html Css Color HEX #EA2469 Cerise

📋 copy color: '#EA2469'

red 234 ◦ green 36 ◦ blue 105

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

Shades of Cerise #EA2469

Tints of Cerise #EA2469

RGB

 RED value IS 234 (91.8% from 255) = 62.4%

 GREEN value IS 36 (14.45% from 255) = 9.6%

 BLUE value IS 105 (41.41% from 255) = 28%

R = 62.4%
G = 9.6%
B = 28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA2469 (or 0xEA2469) is known color: Cerise. HEX triplet: EA, 24 and 69. RGB value is (234,36,105). Sum of RGB (Red+Green+Blue) = 234+36+105=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2469 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2469 is #15DB96. Grayscale: #666666. Windows color (decimal): -1432471 or 6890730. OLE color: 6890730.

HSL color Cylindrical-coordinate representation of color #EA2469: hue angle of 339.09º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2469 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 36 105 -
CMYK 0 0.85 0.55 0.08
HSL 339.09º 0.83% 0.53% -
HSV(B) 339.09º 0.85% 0.92% -
XYZ 37.11 19.77 15.23 -
YUV 103.07 129.1 221.39 -
System Red Green Blue C M Y K H S L
Decimal 234 36 105 0 0.85 0.55 0.08 339.09 0.83 0.53
Hex EA 24 69 0 55 37 8 153 52 35
Octal 352 44 151 0 125 67 10 523 122 65
Binary 11101010 100100 1101001 0 1010101 110111 1000 101010011 1010010 110101

Color Harmonies of #EA2469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2469

Black with #EA2469

Text Example


Text Example

White with #EA2469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2469; }

 p { color: rgb(234,36,105); }

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

background-color css

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

 a { background-color: rgb(234,36,105); }

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

border-color css

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

 span { border-color: rgb(234,36,105); }

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