Html Css Color HEX #EB078D Hollywood Cerise

📋 copy color: '#EB078D'

red 235 ◦ green 7 ◦ blue 141

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

Shades of Hollywood Cerise #EB078D

Tints of Hollywood Cerise #EB078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.83%

 BLUE value IS 141 (55.47% from 255) = 36.81%

R = 61.36%
G = 1.83%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB078D (or 0xEB078D) is known color: Hollywood Cerise. HEX triplet: EB, 07 and 8D. RGB value is (235,7,141). Sum of RGB (Red+Green+Blue) = 235+7+141=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB078D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB078D is #14F872. Grayscale: #5A5A5A. Windows color (decimal): -1374323 or 9242603. OLE color: 9242603.

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

Color convert

RGB 235 7 141 -
CMYK 0 0.97 0.4 0.08
HSL 324.74º 0.94% 0.47% -
HSV(B) 324.74º 0.97% 0.92% -
XYZ 39.14 19.74 26.95 -
YUV 90.45 156.54 231.1 -
System Red Green Blue C M Y K H S L
Decimal 235 7 141 0 0.97 0.4 0.08 324.74 0.94 0.47
Hex EB 7 8D 0 61 28 8 145 5E 2F
Octal 353 7 215 0 141 50 10 505 136 57
Binary 11101011 111 10001101 0 1100001 101000 1000 101000101 1011110 101111

Color Harmonies of #EB078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB078D

Black with #EB078D

Text Example


Text Example

White with #EB078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB078D; }

 p { color: rgb(235,7,141); }

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

background-color css

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

 a { background-color: rgb(235,7,141); }

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

border-color css

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

 span { border-color: rgb(235,7,141); }

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