Html Css Color HEX #EB007F Deep Pink

📋 copy color: '#EB007F'

red 235 ◦ green 0 ◦ blue 127

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

Shades of Deep Pink #EB007F

Tints of Deep Pink #EB007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.92%
G = 0%
B = 35.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB007F (or 0xEB007F) is known color: Deep Pink. HEX triplet: EB, 00 and 7F. RGB value is (235,0,127). Sum of RGB (Red+Green+Blue) = 235+0+127=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB007F is #14FF80. Grayscale: #545454. Windows color (decimal): -1376129 or 8323307. OLE color: 8323307.

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

Color convert

RGB 235 0 127 -
CMYK 0 1 0.46 0.08
HSL 327.57º 1% 0.46% -
HSV(B) 327.57º 1% 0.92% -
XYZ 38.09 19.19 21.78 -
YUV 84.74 151.86 235.17 -
System Red Green Blue C M Y K H S L
Decimal 235 0 127 0 1 0.46 0.08 327.57 1 0.46
Hex EB 0 7F 0 64 2E 8 148 64 2E
Octal 353 0 177 0 144 56 10 510 144 56
Binary 11101011 0 1111111 0 1100100 101110 1000 101001000 1100100 101110

Color Harmonies of #EB007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB007F

Black with #EB007F

Text Example


Text Example

White with #EB007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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