Html Css Color HEX #EE017C Deep Pink

📋 copy color: '#EE017C'

red 238 ◦ green 1 ◦ blue 124

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

Shades of Deep Pink #EE017C

Tints of Deep Pink #EE017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 65.56%
G = 0.28%
B = 34.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE017C (or 0xEE017C) is known color: Deep Pink. HEX triplet: EE, 01 and 7C. RGB value is (238,1,124). Sum of RGB (Red+Green+Blue) = 238+1+124=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE017C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE017C is #11FE83. Grayscale: #555555. Windows color (decimal): -1179268 or 8126958. OLE color: 8126958.

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

Color convert

RGB 238 1 124 -
CMYK 0 1.00 0.48 0.07
HSL 328.86º 0.99% 0.47% -
HSV(B) 328.86º 1% 0.93% -
XYZ 38.91 19.65 20.81 -
YUV 85.89 149.52 236.5 -
System Red Green Blue C M Y K H S L
Decimal 238 1 124 0 1.00 0.48 0.07 328.86 0.99 0.47
Hex EE 1 7C 0 64 30 7 149 63 2F
Octal 356 1 174 0 144 60 7 511 143 57
Binary 11101110 1 1111100 0 1100100 110000 111 101001001 1100011 101111

Color Harmonies of #EE017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE017C

Black with #EE017C

Text Example


Text Example

White with #EE017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE017C; }

 p { color: rgb(238,1,124); }

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

background-color css

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

 a { background-color: rgb(238,1,124); }

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

border-color css

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

 span { border-color: rgb(238,1,124); }

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