Html Css Color HEX #EE047A Deep Pink

📋 copy color: '#EE047A'

red 238 ◦ green 4 ◦ blue 122

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

Shades of Deep Pink #EE047A

Tints of Deep Pink #EE047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 65.38%
G = 1.1%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE047A (or 0xEE047A) is known color: Deep Pink. HEX triplet: EE, 04 and 7A. RGB value is (238,4,122). Sum of RGB (Red+Green+Blue) = 238+4+122=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE047A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE047A is #11FB85. Grayscale: #575757. Windows color (decimal): -1178502 or 7996654. OLE color: 7996654.

HSL color Cylindrical-coordinate representation of color #EE047A: hue angle of 329.74º 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 #EE047A is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 4 122 -
CMYK 0 0.98 0.49 0.07
HSL 329.74º 0.97% 0.47% -
HSV(B) 329.74º 0.98% 0.93% -
XYZ 38.82 19.67 20.16 -
YUV 87.42 147.52 235.41 -
System Red Green Blue C M Y K H S L
Decimal 238 4 122 0 0.98 0.49 0.07 329.74 0.97 0.47
Hex EE 4 7A 0 62 31 7 14A 61 2F
Octal 356 4 172 0 142 61 7 512 141 57
Binary 11101110 100 1111010 0 1100010 110001 111 101001010 1100001 101111

Color Harmonies of #EE047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE047A

Black with #EE047A

Text Example


Text Example

White with #EE047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE047A; }

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

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

background-color css

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

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

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

border-color css

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

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

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