Html Css Color HEX #EE078D Deep Pink

📋 copy color: '#EE078D'

red 238 ◦ green 7 ◦ blue 141

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

Shades of Deep Pink #EE078D

Tints of Deep Pink #EE078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 61.66%
G = 1.81%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE078D (or 0xEE078D) is known color: Deep Pink. HEX triplet: EE, 07 and 8D. RGB value is (238,7,141). Sum of RGB (Red+Green+Blue) = 238+7+141=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE078D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE078D is #11F872. Grayscale: #5B5B5B. Windows color (decimal): -1177715 or 9242606. OLE color: 9242606.

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

Color convert

RGB 238 7 141 -
CMYK 0 0.97 0.41 0.07
HSL 325.19º 0.94% 0.48% -
HSV(B) 325.19º 0.97% 0.93% -
XYZ 40.14 20.25 26.99 -
YUV 91.35 156.03 232.6 -
System Red Green Blue C M Y K H S L
Decimal 238 7 141 0 0.97 0.41 0.07 325.19 0.94 0.48
Hex EE 7 8D 0 61 29 7 145 5E 30
Octal 356 7 215 0 141 51 7 505 136 60
Binary 11101110 111 10001101 0 1100001 101001 111 101000101 1011110 110000

Color Harmonies of #EE078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE078D

Black with #EE078D

Text Example


Text Example

White with #EE078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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