Html Css Color HEX #EB117F Deep Pink

📋 copy color: '#EB117F'

red 235 ◦ green 17 ◦ blue 127

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

Shades of Deep Pink #EB117F

Tints of Deep Pink #EB117F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.49%

 BLUE value IS 127 (50% from 255) = 33.51%

R = 62.01%
G = 4.49%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB117F (or 0xEB117F) is known color: Deep Pink. HEX triplet: EB, 11 and 7F. RGB value is (235,17,127). Sum of RGB (Red+Green+Blue) = 235+17+127=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB117F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB117F is #14EE80. Grayscale: #5E5E5E. Windows color (decimal): -1371777 or 8327659. OLE color: 8327659.

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

Color convert

RGB 235 17 127 -
CMYK 0 0.93 0.46 0.08
HSL 329.72º 0.87% 0.49% -
HSV(B) 329.72º 0.93% 0.92% -
XYZ 38.29 19.6 21.84 -
YUV 94.72 146.22 228.06 -
System Red Green Blue C M Y K H S L
Decimal 235 17 127 0 0.93 0.46 0.08 329.72 0.87 0.49
Hex EB 11 7F 0 5D 2E 8 14A 57 31
Octal 353 21 177 0 135 56 10 512 127 61
Binary 11101011 10001 1111111 0 1011101 101110 1000 101001010 1010111 110001

Color Harmonies of #EB117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB117F

Black with #EB117F

Text Example


Text Example

White with #EB117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB117F; }

 p { color: rgb(235,17,127); }

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

background-color css

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

 a { background-color: rgb(235,17,127); }

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

border-color css

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

 span { border-color: rgb(235,17,127); }

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