Html Css Color HEX #EA2273 Cerise

📋 copy color: '#EA2273'

red 234 ◦ green 34 ◦ blue 115

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

Shades of Cerise #EA2273

Tints of Cerise #EA2273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 61.1%
G = 8.88%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA2273 (or 0xEA2273) is known color: Cerise. HEX triplet: EA, 22 and 73. RGB value is (234,34,115). Sum of RGB (Red+Green+Blue) = 234+34+115=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2273 is #15DD8C. Grayscale: #666666. Windows color (decimal): -1432973 or 7545578. OLE color: 7545578.

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

Color convert

RGB 234 34 115 -
CMYK 0 0.85 0.51 0.08
HSL 335.7º 0.83% 0.53% -
HSV(B) 335.7º 0.85% 0.92% -
XYZ 37.6 19.87 18.07 -
YUV 103.03 134.76 221.41 -
System Red Green Blue C M Y K H S L
Decimal 234 34 115 0 0.85 0.51 0.08 335.7 0.83 0.53
Hex EA 22 73 0 55 33 8 150 53 35
Octal 352 42 163 0 125 63 10 520 123 65
Binary 11101010 100010 1110011 0 1010101 110011 1000 101010000 1010011 110101

Color Harmonies of #EA2273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2273

Black with #EA2273

Text Example


Text Example

White with #EA2273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2273; }

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

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

background-color css

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

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

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

border-color css

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

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

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