Html Css Color HEX #EE0782 Deep Pink

📋 copy color: '#EE0782'

red 238 ◦ green 7 ◦ blue 130

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

Shades of Deep Pink #EE0782

Tints of Deep Pink #EE0782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 63.47%
G = 1.87%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE0782 (or 0xEE0782) is known color: Deep Pink. HEX triplet: EE, 07 and 82. RGB value is (238,7,130). Sum of RGB (Red+Green+Blue) = 238+7+130=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0782 is #11F87D. Grayscale: #595959. Windows color (decimal): -1177726 or 8521710. OLE color: 8521710.

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

Color convert

RGB 238 7 130 -
CMYK 0 0.97 0.45 0.07
HSL 328.05º 0.94% 0.48% -
HSV(B) 328.05º 0.97% 0.93% -
XYZ 39.37 19.94 22.89 -
YUV 90.09 150.53 233.5 -
System Red Green Blue C M Y K H S L
Decimal 238 7 130 0 0.97 0.45 0.07 328.05 0.94 0.48
Hex EE 7 82 0 61 2D 7 148 5E 30
Octal 356 7 202 0 141 55 7 510 136 60
Binary 11101110 111 10000010 0 1100001 101101 111 101001000 1011110 110000

Color Harmonies of #EE0782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0782

Black with #EE0782

Text Example


Text Example

White with #EE0782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0782; }

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

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

background-color css

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

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

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

border-color css

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

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

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