Html Css Color HEX #EF007D Deep Pink

📋 copy color: '#EF007D'

red 239 ◦ green 0 ◦ blue 125

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

Shades of Deep Pink #EF007D

Tints of Deep Pink #EF007D

RGB

 RED value IS 239 (93.75% from 255) = 65.66%

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

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

R = 65.66%
G = 0%
B = 34.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF007D (or 0xEF007D) is known color: Deep Pink. HEX triplet: EF, 00 and 7D. RGB value is (239,0,125). Sum of RGB (Red+Green+Blue) = 239+0+125=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF007D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF007D is #10FF82. Grayscale: #555555. Windows color (decimal): -1113987 or 8192239. OLE color: 8192239.

HSL color Cylindrical-coordinate representation of color #EF007D: hue angle of 328.62º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF007D is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 0 125 -
CMYK 0 1 0.48 0.06
HSL 328.62º 1% 0.47% -
HSV(B) 328.62º 1% 0.94% -
XYZ 39.3 19.83 21.16 -
YUV 85.71 150.18 237.34 -
System Red Green Blue C M Y K H S L
Decimal 239 0 125 0 1 0.48 0.06 328.62 1 0.47
Hex EF 0 7D 0 64 30 6 149 64 2F
Octal 357 0 175 0 144 60 6 511 144 57
Binary 11101111 0 1111101 0 1100100 110000 110 101001001 1100100 101111

Color Harmonies of #EF007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF007D

Black with #EF007D

Text Example


Text Example

White with #EF007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF007D; }

 p { color: rgb(239,0,125); }

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

background-color css

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

 a { background-color: rgb(239,0,125); }

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

border-color css

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

 span { border-color: rgb(239,0,125); }

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