Html Css Color HEX #EB008A Hollywood Cerise

📋 copy color: '#EB008A'

red 235 ◦ green 0 ◦ blue 138

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

Shades of Hollywood Cerise #EB008A

Tints of Hollywood Cerise #EB008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37%

R = 63%
G = 0%
B = 37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB008A (or 0xEB008A) is known color: Hollywood Cerise. HEX triplet: EB, 00 and 8A. RGB value is (235,0,138). Sum of RGB (Red+Green+Blue) = 235+0+138=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB008A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB008A is #14FF75. Grayscale: #555555. Windows color (decimal): -1376118 or 9044203. OLE color: 9044203.

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

Color convert

RGB 235 0 138 -
CMYK 0 1 0.41 0.08
HSL 324.77º 1% 0.46% -
HSV(B) 324.77º 1% 0.92% -
XYZ 38.85 19.5 25.76 -
YUV 86 157.36 234.28 -
System Red Green Blue C M Y K H S L
Decimal 235 0 138 0 1 0.41 0.08 324.77 1 0.46
Hex EB 0 8A 0 64 29 8 145 64 2E
Octal 353 0 212 0 144 51 10 505 144 56
Binary 11101011 0 10001010 0 1100100 101001 1000 101000101 1100100 101110

Color Harmonies of #EB008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB008A

Black with #EB008A

Text Example


Text Example

White with #EB008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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