Html Css Color HEX #EA237A Deep Cerise

📋 copy color: '#EA237A'

red 234 ◦ green 35 ◦ blue 122

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

Shades of Deep Cerise #EA237A

Tints of Deep Cerise #EA237A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.95%

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 59.85%
G = 8.95%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA237A (or 0xEA237A) is known color: Deep Cerise. HEX triplet: EA, 23 and 7A. RGB value is (234,35,122). Sum of RGB (Red+Green+Blue) = 234+35+122=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA237A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA237A is #15DC85. Grayscale: #686868. Windows color (decimal): -1432710 or 8004586. OLE color: 8004586.

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

Color convert

RGB 234 35 122 -
CMYK 0 0.85 0.48 0.08
HSL 333.77º 0.83% 0.53% -
HSV(B) 333.77º 0.85% 0.92% -
XYZ 38.05 20.1 20.29 -
YUV 104.42 137.93 220.43 -
System Red Green Blue C M Y K H S L
Decimal 234 35 122 0 0.85 0.48 0.08 333.77 0.83 0.53
Hex EA 23 7A 0 55 30 8 14E 53 35
Octal 352 43 172 0 125 60 10 516 123 65
Binary 11101010 100011 1111010 0 1010101 110000 1000 101001110 1010011 110101

Color Harmonies of #EA237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA237A

Black with #EA237A

Text Example


Text Example

White with #EA237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA237A; }

 p { color: rgb(234,35,122); }

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

background-color css

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

 a { background-color: rgb(234,35,122); }

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

border-color css

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

 span { border-color: rgb(234,35,122); }

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