Html Css Color HEX #EB087E Deep Pink

📋 copy color: '#EB087E'

red 235 ◦ green 8 ◦ blue 126

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

Shades of Deep Pink #EB087E

Tints of Deep Pink #EB087E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.17%

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

R = 63.69%
G = 2.17%
B = 34.15%

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

#EB087E (or 0xEB087E) is known color: Deep Pink. HEX triplet: EB, 08 and 7E. RGB value is (235,8,126). Sum of RGB (Red+Green+Blue) = 235+8+126=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB087E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB087E is #14F781. Grayscale: #595959. Windows color (decimal): -1374082 or 8259819. OLE color: 8259819.

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

Color convert

RGB 235 8 126 -
CMYK 0 0.97 0.46 0.08
HSL 328.81º 0.93% 0.48% -
HSV(B) 328.81º 0.97% 0.92% -
XYZ 38.11 19.34 21.46 -
YUV 89.33 148.71 231.91 -
System Red Green Blue C M Y K H S L
Decimal 235 8 126 0 0.97 0.46 0.08 328.81 0.93 0.48
Hex EB 8 7E 0 61 2E 8 149 5D 30
Octal 353 10 176 0 141 56 10 511 135 60
Binary 11101011 1000 1111110 0 1100001 101110 1000 101001001 1011101 110000

Color Harmonies of #EB087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB087E

Black with #EB087E

Text Example


Text Example

White with #EB087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB087E; }

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

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

background-color css

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

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

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

border-color css

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

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

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