Html Css Color HEX #EB038A Hollywood Cerise

📋 copy color: '#EB038A'

red 235 ◦ green 3 ◦ blue 138

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

Shades of Hollywood Cerise #EB038A

Tints of Hollywood Cerise #EB038A

RGB

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

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

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

R = 62.5%
G = 0.8%
B = 36.7%

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

#EB038A (or 0xEB038A) is known color: Hollywood Cerise. HEX triplet: EB, 03 and 8A. RGB value is (235,3,138). Sum of RGB (Red+Green+Blue) = 235+3+138=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB038A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB038A is #14FC75. Grayscale: #575757. Windows color (decimal): -1375350 or 9044971. OLE color: 9044971.

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

Color convert

RGB 235 3 138 -
CMYK 0 0.99 0.41 0.08
HSL 325.09º 0.97% 0.47% -
HSV(B) 325.09º 0.99% 0.92% -
XYZ 38.88 19.56 25.77 -
YUV 87.76 156.36 233.02 -
System Red Green Blue C M Y K H S L
Decimal 235 3 138 0 0.99 0.41 0.08 325.09 0.97 0.47
Hex EB 3 8A 0 63 29 8 145 61 2F
Octal 353 3 212 0 143 51 10 505 141 57
Binary 11101011 11 10001010 0 1100011 101001 1000 101000101 1100001 101111

Color Harmonies of #EB038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB038A

Black with #EB038A

Text Example


Text Example

White with #EB038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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