Html Css Color HEX #EB00B5 Hollywood Cerise

📋 copy color: '#EB00B5'

red 235 ◦ green 0 ◦ blue 181

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

Shades of Hollywood Cerise #EB00B5

Tints of Hollywood Cerise #EB00B5

RGB

 RED value IS 235 (92.19% from 255) = 56.49%

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

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

R = 56.49%
G = 0%
B = 43.51%

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

#EB00B5 (or 0xEB00B5) is known color: Hollywood Cerise. HEX triplet: EB, 00 and B5. RGB value is (235,0,181). Sum of RGB (Red+Green+Blue) = 235+0+181=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00B5 is #14FF4A. Grayscale: #5A5A5A. Windows color (decimal): -1376075 or 11862251. OLE color: 11862251.

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

Color convert

RGB 235 0 181 -
CMYK 0 1 0.23 0.08
HSL 313.79º 1% 0.46% -
HSV(B) 313.79º 1% 0.92% -
XYZ 42.6 21 45.52 -
YUV 90.9 178.86 230.78 -
System Red Green Blue C M Y K H S L
Decimal 235 0 181 0 1 0.23 0.08 313.79 1 0.46
Hex EB 0 B5 0 64 17 8 13A 64 2E
Octal 353 0 265 0 144 27 10 472 144 56
Binary 11101011 0 10110101 0 1100100 10111 1000 100111010 1100100 101110

Color Harmonies of #EB00B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00B5

Black with #EB00B5

Text Example


Text Example

White with #EB00B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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