Html Css Color HEX #EE047F Deep Pink

📋 copy color: '#EE047F'

red 238 ◦ green 4 ◦ blue 127

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

Shades of Deep Pink #EE047F

Tints of Deep Pink #EE047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

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

R = 64.5%
G = 1.08%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE047F (or 0xEE047F) is known color: Deep Pink. HEX triplet: EE, 04 and 7F. RGB value is (238,4,127). Sum of RGB (Red+Green+Blue) = 238+4+127=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE047F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE047F is #11FB80. Grayscale: #575757. Windows color (decimal): -1178497 or 8324334. OLE color: 8324334.

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

Color convert

RGB 238 4 127 -
CMYK 0 0.98 0.47 0.07
HSL 328.46º 0.97% 0.47% -
HSV(B) 328.46º 0.98% 0.93% -
XYZ 39.13 19.8 21.84 -
YUV 87.99 150.02 235 -
System Red Green Blue C M Y K H S L
Decimal 238 4 127 0 0.98 0.47 0.07 328.46 0.97 0.47
Hex EE 4 7F 0 62 2F 7 148 61 2F
Octal 356 4 177 0 142 57 7 510 141 57
Binary 11101110 100 1111111 0 1100010 101111 111 101001000 1100001 101111

Color Harmonies of #EE047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE047F

Black with #EE047F

Text Example


Text Example

White with #EE047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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