Html Css Color HEX #EA3A72 Cerise

📋 copy color: '#EA3A72'

red 234 ◦ green 58 ◦ blue 114

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

Shades of Cerise #EA3A72

Tints of Cerise #EA3A72

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.29%

 BLUE value IS 114 (44.92% from 255) = 28.08%

R = 57.64%
G = 14.29%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA3A72 (or 0xEA3A72) is known color: Cerise. HEX triplet: EA, 3A and 72. RGB value is (234,58,114). Sum of RGB (Red+Green+Blue) = 234+58+114=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3A72 is #15C58D. Grayscale: #747474. Windows color (decimal): -1426830 or 7486186. OLE color: 7486186.

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

Color convert

RGB 234 58 114 -
CMYK 0 0.75 0.51 0.08
HSL 340.91º 0.81% 0.57% -
HSV(B) 340.91º 0.75% 0.92% -
XYZ 38.48 21.73 18.09 -
YUV 117.01 126.31 211.45 -
System Red Green Blue C M Y K H S L
Decimal 234 58 114 0 0.75 0.51 0.08 340.91 0.81 0.57
Hex EA 3A 72 0 4B 33 8 155 51 39
Octal 352 72 162 0 113 63 10 525 121 71
Binary 11101010 111010 1110010 0 1001011 110011 1000 101010101 1010001 111001

Color Harmonies of #EA3A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A72

Black with #EA3A72

Text Example


Text Example

White with #EA3A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A72; }

 p { color: rgb(234,58,114); }

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

background-color css

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

 a { background-color: rgb(234,58,114); }

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

border-color css

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

 span { border-color: rgb(234,58,114); }

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