Html Css Color HEX #EB077D Deep Pink

📋 copy color: '#EB077D'

red 235 ◦ green 7 ◦ blue 125

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

Shades of Deep Pink #EB077D

Tints of Deep Pink #EB077D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 64.03%
G = 1.91%
B = 34.06%

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

#EB077D (or 0xEB077D) is known color: Deep Pink. HEX triplet: EB, 07 and 7D. RGB value is (235,7,125). Sum of RGB (Red+Green+Blue) = 235+7+125=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB077D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB077D is #14F882. Grayscale: #585858. Windows color (decimal): -1374339 or 8194027. OLE color: 8194027.

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

Color convert

RGB 235 7 125 -
CMYK 0 0.97 0.47 0.08
HSL 328.95º 0.94% 0.47% -
HSV(B) 328.95º 0.97% 0.92% -
XYZ 38.04 19.29 21.12 -
YUV 88.62 148.54 232.41 -
System Red Green Blue C M Y K H S L
Decimal 235 7 125 0 0.97 0.47 0.08 328.95 0.94 0.47
Hex EB 7 7D 0 61 2F 8 149 5E 2F
Octal 353 7 175 0 141 57 10 511 136 57
Binary 11101011 111 1111101 0 1100001 101111 1000 101001001 1011110 101111

Color Harmonies of #EB077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB077D

Black with #EB077D

Text Example


Text Example

White with #EB077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB077D; }

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

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

background-color css

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

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

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

border-color css

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

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

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