Html Css Color HEX #EE007F Deep Pink

📋 copy color: '#EE007F'

red 238 ◦ green 0 ◦ blue 127

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

Shades of Deep Pink #EE007F

Tints of Deep Pink #EE007F

RGB

 RED value IS 238 (93.36% from 255) = 65.21%

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

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

R = 65.21%
G = 0%
B = 34.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE007F (or 0xEE007F) is known color: Deep Pink. HEX triplet: EE, 00 and 7F. RGB value is (238,0,127). Sum of RGB (Red+Green+Blue) = 238+0+127=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE007F is #11FF80. Grayscale: #555555. Windows color (decimal): -1179521 or 8323310. OLE color: 8323310.

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

Color convert

RGB 238 0 127 -
CMYK 0 1 0.47 0.07
HSL 327.98º 1% 0.47% -
HSV(B) 327.98º 1% 0.93% -
XYZ 39.09 19.71 21.82 -
YUV 85.64 151.35 236.67 -
System Red Green Blue C M Y K H S L
Decimal 238 0 127 0 1 0.47 0.07 327.98 1 0.47
Hex EE 0 7F 0 64 2F 7 148 64 2F
Octal 356 0 177 0 144 57 7 510 144 57
Binary 11101110 0 1111111 0 1100100 101111 111 101001000 1100100 101111

Color Harmonies of #EE007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE007F

Black with #EE007F

Text Example


Text Example

White with #EE007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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