Html Css Color HEX #EB038B Hollywood Cerise

📋 copy color: '#EB038B'

red 235 ◦ green 3 ◦ blue 139

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

Shades of Hollywood Cerise #EB038B

Tints of Hollywood Cerise #EB038B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 62.33%
G = 0.8%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB038B (or 0xEB038B) is known color: Hollywood Cerise. HEX triplet: EB, 03 and 8B. RGB value is (235,3,139). Sum of RGB (Red+Green+Blue) = 235+3+139=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB038B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB038B is #14FC74. Grayscale: #575757. Windows color (decimal): -1375349 or 9110507. OLE color: 9110507.

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

Color convert

RGB 235 3 139 -
CMYK 0 0.99 0.41 0.08
HSL 324.83º 0.97% 0.47% -
HSV(B) 324.83º 0.99% 0.92% -
XYZ 38.95 19.59 26.15 -
YUV 87.87 156.86 232.94 -
System Red Green Blue C M Y K H S L
Decimal 235 3 139 0 0.99 0.41 0.08 324.83 0.97 0.47
Hex EB 3 8B 0 63 29 8 145 61 2F
Octal 353 3 213 0 143 51 10 505 141 57
Binary 11101011 11 10001011 0 1100011 101001 1000 101000101 1100001 101111

Color Harmonies of #EB038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB038B

Black with #EB038B

Text Example


Text Example

White with #EB038B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB038B; }

 p { color: rgb(235,3,139); }

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

background-color css

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

 a { background-color: rgb(235,3,139); }

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

border-color css

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

 span { border-color: rgb(235,3,139); }

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