Html Css Color HEX #EA2174 Cerise

📋 copy color: '#EA2174'

red 234 ◦ green 33 ◦ blue 116

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

Shades of Cerise #EA2174

Tints of Cerise #EA2174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 61.1%
G = 8.62%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA2174 (or 0xEA2174) is known color: Cerise. HEX triplet: EA, 21 and 74. RGB value is (234,33,116). Sum of RGB (Red+Green+Blue) = 234+33+116=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2174 is #15DE8B. Grayscale: #666666. Windows color (decimal): -1433228 or 7610858. OLE color: 7610858.

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

Color convert

RGB 234 33 116 -
CMYK 0 0.86 0.50 0.08
HSL 335.22º 0.83% 0.52% -
HSV(B) 335.22º 0.86% 0.92% -
XYZ 37.63 19.84 18.37 -
YUV 102.56 135.59 221.75 -
System Red Green Blue C M Y K H S L
Decimal 234 33 116 0 0.86 0.50 0.08 335.22 0.83 0.52
Hex EA 21 74 0 56 32 8 14F 53 34
Octal 352 41 164 0 126 62 10 517 123 64
Binary 11101010 100001 1110100 0 1010110 110010 1000 101001111 1010011 110100

Color Harmonies of #EA2174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2174

Black with #EA2174

Text Example


Text Example

White with #EA2174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2174; }

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

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

background-color css

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

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

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

border-color css

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

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

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