Html Css Color HEX #EB077E Deep Pink

📋 copy color: '#EB077E'

red 235 ◦ green 7 ◦ blue 126

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

Shades of Deep Pink #EB077E

Tints of Deep Pink #EB077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 63.86%
G = 1.9%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB077E (or 0xEB077E) is known color: Deep Pink. HEX triplet: EB, 07 and 7E. RGB value is (235,7,126). Sum of RGB (Red+Green+Blue) = 235+7+126=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB077E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB077E is #14F881. Grayscale: #585858. Windows color (decimal): -1374338 or 8259563. OLE color: 8259563.

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

Color convert

RGB 235 7 126 -
CMYK 0 0.97 0.46 0.08
HSL 328.68º 0.94% 0.47% -
HSV(B) 328.68º 0.97% 0.92% -
XYZ 38.1 19.32 21.46 -
YUV 88.74 149.04 232.32 -
System Red Green Blue C M Y K H S L
Decimal 235 7 126 0 0.97 0.46 0.08 328.68 0.94 0.47
Hex EB 7 7E 0 61 2E 8 149 5E 2F
Octal 353 7 176 0 141 56 10 511 136 57
Binary 11101011 111 1111110 0 1100001 101110 1000 101001001 1011110 101111

Color Harmonies of #EB077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB077E

Black with #EB077E

Text Example


Text Example

White with #EB077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB077E; }

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

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

background-color css

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

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

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

border-color css

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

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

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