Html Css Color HEX #EE077A Deep Pink

📋 copy color: '#EE077A'

red 238 ◦ green 7 ◦ blue 122

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

Shades of Deep Pink #EE077A

Tints of Deep Pink #EE077A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.91%

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

R = 64.85%
G = 1.91%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE077A (or 0xEE077A) is known color: Deep Pink. HEX triplet: EE, 07 and 7A. RGB value is (238,7,122). Sum of RGB (Red+Green+Blue) = 238+7+122=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE077A is #11F885. Grayscale: #585858. Windows color (decimal): -1177734 or 7997422. OLE color: 7997422.

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

Color convert

RGB 238 7 122 -
CMYK 0 0.97 0.49 0.07
HSL 330.13º 0.94% 0.48% -
HSV(B) 330.13º 0.97% 0.93% -
XYZ 38.85 19.73 20.17 -
YUV 89.18 146.53 234.15 -
System Red Green Blue C M Y K H S L
Decimal 238 7 122 0 0.97 0.49 0.07 330.13 0.94 0.48
Hex EE 7 7A 0 61 31 7 14A 5E 30
Octal 356 7 172 0 141 61 7 512 136 60
Binary 11101110 111 1111010 0 1100001 110001 111 101001010 1011110 110000

Color Harmonies of #EE077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE077A

Black with #EE077A

Text Example


Text Example

White with #EE077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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