Html Css Color HEX #EA0397 Hollywood Cerise

📋 copy color: '#EA0397'

red 234 ◦ green 3 ◦ blue 151

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

Shades of Hollywood Cerise #EA0397

Tints of Hollywood Cerise #EA0397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.77%

 BLUE value IS 151 (59.38% from 255) = 38.92%

R = 60.31%
G = 0.77%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA0397 (or 0xEA0397) is known color: Hollywood Cerise. HEX triplet: EA, 03 and 97. RGB value is (234,3,151). Sum of RGB (Red+Green+Blue) = 234+3+151=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0397 is #15FC68. Grayscale: #585858. Windows color (decimal): -1440873 or 9896938. OLE color: 9896938.

HSL color Cylindrical-coordinate representation of color #EA0397: hue angle of 321.56º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA0397 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 3 151 -
CMYK 0 0.99 0.35 0.08
HSL 321.56º 0.97% 0.46% -
HSV(B) 321.56º 0.99% 0.92% -
XYZ 39.55 19.79 31.01 -
YUV 88.94 163.03 231.47 -
System Red Green Blue C M Y K H S L
Decimal 234 3 151 0 0.99 0.35 0.08 321.56 0.97 0.46
Hex EA 3 97 0 63 23 8 142 61 2E
Octal 352 3 227 0 143 43 10 502 141 56
Binary 11101010 11 10010111 0 1100011 100011 1000 101000010 1100001 101110

Color Harmonies of #EA0397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0397

Black with #EA0397

Text Example


Text Example

White with #EA0397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0397; }

 p { color: rgb(234,3,151); }

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

background-color css

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

 a { background-color: rgb(234,3,151); }

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

border-color css

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

 span { border-color: rgb(234,3,151); }

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