Html Css Color HEX #EA00B5 Hollywood Cerise

📋 copy color: '#EA00B5'

red 234 ◦ green 0 ◦ blue 181

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

Shades of Hollywood Cerise #EA00B5

Tints of Hollywood Cerise #EA00B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.61%

R = 56.39%
G = 0%
B = 43.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA00B5 (or 0xEA00B5) is known color: Hollywood Cerise. HEX triplet: EA, 00 and B5. RGB value is (234,0,181). Sum of RGB (Red+Green+Blue) = 234+0+181=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA00B5 is #15FF4A. Grayscale: #5A5A5A. Windows color (decimal): -1441611 or 11862250. OLE color: 11862250.

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

Color convert

RGB 234 0 181 -
CMYK 0 1 0.23 0.08
HSL 313.59º 1% 0.46% -
HSV(B) 313.59º 1% 0.92% -
XYZ 42.27 20.83 45.51 -
YUV 90.6 179.02 230.28 -
System Red Green Blue C M Y K H S L
Decimal 234 0 181 0 1 0.23 0.08 313.59 1 0.46
Hex EA 0 B5 0 64 17 8 13A 64 2E
Octal 352 0 265 0 144 27 10 472 144 56
Binary 11101010 0 10110101 0 1100100 10111 1000 100111010 1100100 101110

Color Harmonies of #EA00B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00B5

Black with #EA00B5

Text Example


Text Example

White with #EA00B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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