Html Css Color HEX #EA228C Deep Cerise

📋 copy color: '#EA228C'

red 234 ◦ green 34 ◦ blue 140

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

Shades of Deep Cerise #EA228C

Tints of Deep Cerise #EA228C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.33%

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

R = 57.35%
G = 8.33%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA228C (or 0xEA228C) is known color: Deep Cerise. HEX triplet: EA, 22 and 8C. RGB value is (234,34,140). Sum of RGB (Red+Green+Blue) = 234+34+140=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA228C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA228C is #15DD73. Grayscale: #696969. Windows color (decimal): -1432948 or 9183978. OLE color: 9183978.

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

Color convert

RGB 234 34 140 -
CMYK 0 0.85 0.40 0.08
HSL 328.2º 0.83% 0.53% -
HSV(B) 328.2º 0.85% 0.92% -
XYZ 39.24 20.53 26.71 -
YUV 105.88 147.26 219.38 -
System Red Green Blue C M Y K H S L
Decimal 234 34 140 0 0.85 0.40 0.08 328.2 0.83 0.53
Hex EA 22 8C 0 55 28 8 148 53 35
Octal 352 42 214 0 125 50 10 510 123 65
Binary 11101010 100010 10001100 0 1010101 101000 1000 101001000 1010011 110101

Color Harmonies of #EA228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA228C

Black with #EA228C

Text Example


Text Example

White with #EA228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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