Html Css Color HEX #EB077C Deep Pink

📋 copy color: '#EB077C'

red 235 ◦ green 7 ◦ blue 124

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

Shades of Deep Pink #EB077C

Tints of Deep Pink #EB077C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 64.21%
G = 1.91%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB077C (or 0xEB077C) is known color: Deep Pink. HEX triplet: EB, 07 and 7C. RGB value is (235,7,124). Sum of RGB (Red+Green+Blue) = 235+7+124=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB077C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB077C is #14F883. Grayscale: #585858. Windows color (decimal): -1374340 or 8128491. OLE color: 8128491.

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

Color convert

RGB 235 7 124 -
CMYK 0 0.97 0.47 0.08
HSL 329.21º 0.94% 0.47% -
HSV(B) 329.21º 0.97% 0.92% -
XYZ 37.98 19.27 20.79 -
YUV 88.51 148.04 232.49 -
System Red Green Blue C M Y K H S L
Decimal 235 7 124 0 0.97 0.47 0.08 329.21 0.94 0.47
Hex EB 7 7C 0 61 2F 8 149 5E 2F
Octal 353 7 174 0 141 57 10 511 136 57
Binary 11101011 111 1111100 0 1100001 101111 1000 101001001 1011110 101111

Color Harmonies of #EB077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB077C

Black with #EB077C

Text Example


Text Example

White with #EB077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB077C; }

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

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

background-color css

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

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

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

border-color css

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

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

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