Html Css Color HEX #EA2271 Cerise

📋 copy color: '#EA2271'

red 234 ◦ green 34 ◦ blue 113

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

Shades of Cerise #EA2271

Tints of Cerise #EA2271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.66%

R = 61.42%
G = 8.92%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA2271 (or 0xEA2271) is known color: Cerise. HEX triplet: EA, 22 and 71. RGB value is (234,34,113). Sum of RGB (Red+Green+Blue) = 234+34+113=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2271 is #15DD8E. Grayscale: #666666. Windows color (decimal): -1432975 or 7414506. OLE color: 7414506.

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

Color convert

RGB 234 34 113 -
CMYK 0 0.85 0.52 0.08
HSL 336.3º 0.83% 0.53% -
HSV(B) 336.3º 0.85% 0.92% -
XYZ 37.48 19.83 17.47 -
YUV 102.81 133.76 221.58 -
System Red Green Blue C M Y K H S L
Decimal 234 34 113 0 0.85 0.52 0.08 336.3 0.83 0.53
Hex EA 22 71 0 55 34 8 150 53 35
Octal 352 42 161 0 125 64 10 520 123 65
Binary 11101010 100010 1110001 0 1010101 110100 1000 101010000 1010011 110101

Color Harmonies of #EA2271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2271

Black with #EA2271

Text Example


Text Example

White with #EA2271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2271; }

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

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

background-color css

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

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

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

border-color css

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

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

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