Html Css Color HEX #EB028A Hollywood Cerise

📋 copy color: '#EB028A'

red 235 ◦ green 2 ◦ blue 138

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

Shades of Hollywood Cerise #EB028A

Tints of Hollywood Cerise #EB028A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 62.67%
G = 0.53%
B = 36.8%

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

#EB028A (or 0xEB028A) is known color: Hollywood Cerise. HEX triplet: EB, 02 and 8A. RGB value is (235,2,138). Sum of RGB (Red+Green+Blue) = 235+2+138=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB028A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB028A is #14FD75. Grayscale: #565656. Windows color (decimal): -1375606 or 9044715. OLE color: 9044715.

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

Color convert

RGB 235 2 138 -
CMYK 0 0.99 0.41 0.08
HSL 324.98º 0.98% 0.46% -
HSV(B) 324.98º 0.99% 0.92% -
XYZ 38.87 19.54 25.77 -
YUV 87.17 156.69 233.44 -
System Red Green Blue C M Y K H S L
Decimal 235 2 138 0 0.99 0.41 0.08 324.98 0.98 0.46
Hex EB 2 8A 0 63 29 8 145 62 2E
Octal 353 2 212 0 143 51 10 505 142 56
Binary 11101011 10 10001010 0 1100011 101001 1000 101000101 1100010 101110

Color Harmonies of #EB028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB028A

Black with #EB028A

Text Example


Text Example

White with #EB028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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