Html Css Color HEX #EA3474 Cerise

📋 copy color: '#EA3474'

red 234 ◦ green 52 ◦ blue 116

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

Shades of Cerise #EA3474

Tints of Cerise #EA3474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.94%

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

R = 58.21%
G = 12.94%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA3474 (or 0xEA3474) is known color: Cerise. HEX triplet: EA, 34 and 74. RGB value is (234,52,116). Sum of RGB (Red+Green+Blue) = 234+52+116=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3474 is #15CB8B. Grayscale: #717171. Windows color (decimal): -1428364 or 7615722. OLE color: 7615722.

HSL color Cylindrical-coordinate representation of color #EA3474: hue angle of 338.9º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA3474 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 52 116 -
CMYK 0 0.78 0.50 0.08
HSL 338.9º 0.81% 0.56% -
HSV(B) 338.9º 0.78% 0.92% -
XYZ 38.31 21.21 18.6 -
YUV 113.71 129.3 213.8 -
System Red Green Blue C M Y K H S L
Decimal 234 52 116 0 0.78 0.50 0.08 338.9 0.81 0.56
Hex EA 34 74 0 4E 32 8 153 51 38
Octal 352 64 164 0 116 62 10 523 121 70
Binary 11101010 110100 1110100 0 1001110 110010 1000 101010011 1010001 111000

Color Harmonies of #EA3474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3474

Black with #EA3474

Text Example


Text Example

White with #EA3474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3474; }

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

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

background-color css

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

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

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

border-color css

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

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

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