Html Css Color HEX #EA218C Deep Cerise

📋 copy color: '#EA218C'

red 234 ◦ green 33 ◦ blue 140

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

Shades of Deep Cerise #EA218C

Tints of Deep Cerise #EA218C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.11%

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

R = 57.49%
G = 8.11%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA218C (or 0xEA218C) is known color: Deep Cerise. HEX triplet: EA, 21 and 8C. RGB value is (234,33,140). Sum of RGB (Red+Green+Blue) = 234+33+140=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA218C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA218C is #15DE73. Grayscale: #696969. Windows color (decimal): -1433204 or 9183722. OLE color: 9183722.

HSL color Cylindrical-coordinate representation of color #EA218C: hue angle of 328.06º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA218C is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 33 140 -
CMYK 0 0.86 0.40 0.08
HSL 328.06º 0.83% 0.52% -
HSV(B) 328.06º 0.86% 0.92% -
XYZ 39.21 20.47 26.7 -
YUV 105.3 147.59 219.8 -
System Red Green Blue C M Y K H S L
Decimal 234 33 140 0 0.86 0.40 0.08 328.06 0.83 0.52
Hex EA 21 8C 0 56 28 8 148 53 34
Octal 352 41 214 0 126 50 10 510 123 64
Binary 11101010 100001 10001100 0 1010110 101000 1000 101001000 1010011 110100

Color Harmonies of #EA218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA218C

Black with #EA218C

Text Example


Text Example

White with #EA218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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