Html Css Color HEX #EA2468 Cerise

📋 copy color: '#EA2468'

red 234 ◦ green 36 ◦ blue 104

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

Shades of Cerise #EA2468

Tints of Cerise #EA2468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.81%

R = 62.57%
G = 9.63%
B = 27.81%

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

#EA2468 (or 0xEA2468) is known color: Cerise. HEX triplet: EA, 24 and 68. RGB value is (234,36,104). Sum of RGB (Red+Green+Blue) = 234+36+104=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2468 is #15DB97. Grayscale: #666666. Windows color (decimal): -1432472 or 6825194. OLE color: 6825194.

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

Color convert

RGB 234 36 104 -
CMYK 0 0.85 0.56 0.08
HSL 339.39º 0.83% 0.53% -
HSV(B) 339.39º 0.85% 0.92% -
XYZ 37.06 19.75 14.96 -
YUV 102.95 128.6 221.47 -
System Red Green Blue C M Y K H S L
Decimal 234 36 104 0 0.85 0.56 0.08 339.39 0.83 0.53
Hex EA 24 68 0 55 38 8 153 52 35
Octal 352 44 150 0 125 70 10 523 122 65
Binary 11101010 100100 1101000 0 1010101 111000 1000 101010011 1010010 110101

Color Harmonies of #EA2468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2468

Black with #EA2468

Text Example


Text Example

White with #EA2468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2468; }

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

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

background-color css

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

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

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

border-color css

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

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

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