Html Css Color HEX #EA2866 Cerise

📋 copy color: '#EA2866'

red 234 ◦ green 40 ◦ blue 102

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

Shades of Cerise #EA2866

Tints of Cerise #EA2866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.64%

 BLUE value IS 102 (40.23% from 255) = 27.13%

R = 62.23%
G = 10.64%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA2866 (or 0xEA2866) is known color: Cerise. HEX triplet: EA, 28 and 66. RGB value is (234,40,102). Sum of RGB (Red+Green+Blue) = 234+40+102=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2866 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2866 is #15D799. Grayscale: #696969. Windows color (decimal): -1431450 or 6695146. OLE color: 6695146.

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

Color convert

RGB 234 40 102 -
CMYK 0 0.83 0.56 0.08
HSL 340.82º 0.82% 0.54% -
HSV(B) 340.82º 0.83% 0.92% -
XYZ 37.09 19.97 14.47 -
YUV 105.07 126.27 219.96 -
System Red Green Blue C M Y K H S L
Decimal 234 40 102 0 0.83 0.56 0.08 340.82 0.82 0.54
Hex EA 28 66 0 53 38 8 155 52 36
Octal 352 50 146 0 123 70 10 525 122 66
Binary 11101010 101000 1100110 0 1010011 111000 1000 101010101 1010010 110110

Color Harmonies of #EA2866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2866

Black with #EA2866

Text Example


Text Example

White with #EA2866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2866; }

 p { color: rgb(234,40,102); }

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

background-color css

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

 a { background-color: rgb(234,40,102); }

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

border-color css

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

 span { border-color: rgb(234,40,102); }

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