Html Css Color HEX #EA2466 Cerise

📋 copy color: '#EA2466'

red 234 ◦ green 36 ◦ blue 102

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

Shades of Cerise #EA2466

Tints of Cerise #EA2466

RGB

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

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

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

R = 62.9%
G = 9.68%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA2466 (or 0xEA2466) is known color: Cerise. HEX triplet: EA, 24 and 66. RGB value is (234,36,102). Sum of RGB (Red+Green+Blue) = 234+36+102=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2466 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2466 is #15DB99. Grayscale: #666666. Windows color (decimal): -1432474 or 6694122. OLE color: 6694122.

HSL color Cylindrical-coordinate representation of color #EA2466: hue angle of 340º 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 #EA2466 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 36 102 -
CMYK 0 0.85 0.56 0.08
HSL 340º 0.83% 0.53% -
HSV(B) 340º 0.85% 0.92% -
XYZ 36.96 19.71 14.43 -
YUV 102.73 127.6 221.63 -
System Red Green Blue C M Y K H S L
Decimal 234 36 102 0 0.85 0.56 0.08 340 0.83 0.53
Hex EA 24 66 0 55 38 8 154 52 35
Octal 352 44 146 0 125 70 10 524 122 65
Binary 11101010 100100 1100110 0 1010101 111000 1000 101010100 1010010 110101

Color Harmonies of #EA2466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2466

Black with #EA2466

Text Example


Text Example

White with #EA2466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2466; }

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

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

background-color css

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

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

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

border-color css

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

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

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