Html Css Color HEX #EA218B Deep Cerise

📋 copy color: '#EA218B'

red 234 ◦ green 33 ◦ blue 139

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

Shades of Deep Cerise #EA218B

Tints of Deep Cerise #EA218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 57.64%
G = 8.13%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA218B (or 0xEA218B) is known color: Deep Cerise. HEX triplet: EA, 21 and 8B. RGB value is (234,33,139). Sum of RGB (Red+Green+Blue) = 234+33+139=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA218B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA218B is #15DE74. Grayscale: #686868. Windows color (decimal): -1433205 or 9118186. OLE color: 9118186.

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

Color convert

RGB 234 33 139 -
CMYK 0 0.86 0.41 0.08
HSL 328.36º 0.83% 0.52% -
HSV(B) 328.36º 0.86% 0.92% -
XYZ 39.14 20.44 26.31 -
YUV 105.18 147.09 219.88 -
System Red Green Blue C M Y K H S L
Decimal 234 33 139 0 0.86 0.41 0.08 328.36 0.83 0.52
Hex EA 21 8B 0 56 29 8 148 53 34
Octal 352 41 213 0 126 51 10 510 123 64
Binary 11101010 100001 10001011 0 1010110 101001 1000 101001000 1010011 110100

Color Harmonies of #EA218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA218B

Black with #EA218B

Text Example


Text Example

White with #EA218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA218B; }

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

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

background-color css

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

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

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

border-color css

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

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

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