Html Css Color HEX #EA0093 Hollywood Cerise

📋 copy color: '#EA0093'

red 234 ◦ green 0 ◦ blue 147

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

Shades of Hollywood Cerise #EA0093

Tints of Hollywood Cerise #EA0093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 38.58%

R = 61.42%
G = 0%
B = 38.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA0093 (or 0xEA0093) is known color: Hollywood Cerise. HEX triplet: EA, 00 and 93. RGB value is (234,0,147). Sum of RGB (Red+Green+Blue) = 234+0+147=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0093 is #15FF6C. Grayscale: #565656. Windows color (decimal): -1441645 or 9634026. OLE color: 9634026.

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

Color convert

RGB 234 0 147 -
CMYK 0 1 0.37 0.08
HSL 322.31º 1% 0.46% -
HSV(B) 322.31º 1% 0.92% -
XYZ 39.2 19.6 29.32 -
YUV 86.72 162.02 233.05 -
System Red Green Blue C M Y K H S L
Decimal 234 0 147 0 1 0.37 0.08 322.31 1 0.46
Hex EA 0 93 0 64 25 8 142 64 2E
Octal 352 0 223 0 144 45 10 502 144 56
Binary 11101010 0 10010011 0 1100100 100101 1000 101000010 1100100 101110

Color Harmonies of #EA0093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0093

Black with #EA0093

Text Example


Text Example

White with #EA0093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0093; }

 p { color: rgb(234,0,147); }

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

background-color css

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

 a { background-color: rgb(234,0,147); }

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

border-color css

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

 span { border-color: rgb(234,0,147); }

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