Html Css Color HEX #EB017D Deep Pink

📋 copy color: '#EB017D'

red 235 ◦ green 1 ◦ blue 125

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

Shades of Deep Pink #EB017D

Tints of Deep Pink #EB017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 65.1%
G = 0.28%
B = 34.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB017D (or 0xEB017D) is known color: Deep Pink. HEX triplet: EB, 01 and 7D. RGB value is (235,1,125). Sum of RGB (Red+Green+Blue) = 235+1+125=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB017D is #14FE82. Grayscale: #545454. Windows color (decimal): -1375875 or 8192491. OLE color: 8192491.

HSL color Cylindrical-coordinate representation of color #EB017D: hue angle of 328.21º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB017D is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 1 125 -
CMYK 0 1.00 0.47 0.08
HSL 328.21º 0.99% 0.46% -
HSV(B) 328.21º 1% 0.92% -
XYZ 37.97 19.16 21.1 -
YUV 85.1 150.52 234.92 -
System Red Green Blue C M Y K H S L
Decimal 235 1 125 0 1.00 0.47 0.08 328.21 0.99 0.46
Hex EB 1 7D 0 64 2F 8 148 63 2E
Octal 353 1 175 0 144 57 10 510 143 56
Binary 11101011 1 1111101 0 1100100 101111 1000 101001000 1100011 101110

Color Harmonies of #EB017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB017D

Black with #EB017D

Text Example


Text Example

White with #EB017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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