Html Css Color HEX #EA2E8C Deep Cerise

📋 copy color: '#EA2E8C'

red 234 ◦ green 46 ◦ blue 140

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

Shades of Deep Cerise #EA2E8C

Tints of Deep Cerise #EA2E8C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.95%

 BLUE value IS 140 (55.08% from 255) = 33.33%

R = 55.71%
G = 10.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA2E8C (or 0xEA2E8C) is known color: Deep Cerise. HEX triplet: EA, 2E and 8C. RGB value is (234,46,140). Sum of RGB (Red+Green+Blue) = 234+46+140=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2E8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2E8C is #15D173. Grayscale: #707070. Windows color (decimal): -1429876 or 9187050. OLE color: 9187050.

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

Color convert

RGB 234 46 140 -
CMYK 0 0.80 0.40 0.08
HSL 330º 0.82% 0.55% -
HSV(B) 330º 0.8% 0.92% -
XYZ 39.64 21.34 26.84 -
YUV 112.93 143.28 214.36 -
System Red Green Blue C M Y K H S L
Decimal 234 46 140 0 0.80 0.40 0.08 330 0.82 0.55
Hex EA 2E 8C 0 50 28 8 14A 52 37
Octal 352 56 214 0 120 50 10 512 122 67
Binary 11101010 101110 10001100 0 1010000 101000 1000 101001010 1010010 110111

Color Harmonies of #EA2E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2E8C

Black with #EA2E8C

Text Example


Text Example

White with #EA2E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2E8C; }

 p { color: rgb(234,46,140); }

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

background-color css

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

 a { background-color: rgb(234,46,140); }

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

border-color css

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

 span { border-color: rgb(234,46,140); }

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