Html Css Color HEX #EA2C8E Deep Cerise

📋 copy color: '#EA2C8E'

red 234 ◦ green 44 ◦ blue 142

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

Shades of Deep Cerise #EA2C8E

Tints of Deep Cerise #EA2C8E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.48%

 BLUE value IS 142 (55.86% from 255) = 33.81%

R = 55.71%
G = 10.48%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA2C8E (or 0xEA2C8E) is known color: Deep Cerise. HEX triplet: EA, 2C and 8E. RGB value is (234,44,142). Sum of RGB (Red+Green+Blue) = 234+44+142=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2C8E is #15D371. Grayscale: #6F6F6F. Windows color (decimal): -1430386 or 9317610. OLE color: 9317610.

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

Color convert

RGB 234 44 142 -
CMYK 0 0.81 0.39 0.08
HSL 329.05º 0.82% 0.55% -
HSV(B) 329.05º 0.81% 0.92% -
XYZ 39.71 21.25 27.6 -
YUV 111.98 144.95 215.03 -
System Red Green Blue C M Y K H S L
Decimal 234 44 142 0 0.81 0.39 0.08 329.05 0.82 0.55
Hex EA 2C 8E 0 51 27 8 149 52 37
Octal 352 54 216 0 121 47 10 511 122 67
Binary 11101010 101100 10001110 0 1010001 100111 1000 101001001 1010010 110111

Color Harmonies of #EA2C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2C8E

Black with #EA2C8E

Text Example


Text Example

White with #EA2C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2C8E; }

 p { color: rgb(234,44,142); }

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

background-color css

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

 a { background-color: rgb(234,44,142); }

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

border-color css

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

 span { border-color: rgb(234,44,142); }

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