Html Css Color HEX #EE078A Deep Pink

📋 copy color: '#EE078A'

red 238 ◦ green 7 ◦ blue 138

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

Shades of Deep Pink #EE078A

Tints of Deep Pink #EE078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 62.14%
G = 1.83%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE078A (or 0xEE078A) is known color: Deep Pink. HEX triplet: EE, 07 and 8A. RGB value is (238,7,138). Sum of RGB (Red+Green+Blue) = 238+7+138=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE078A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE078A is #11F875. Grayscale: #5A5A5A. Windows color (decimal): -1177718 or 9045998. OLE color: 9045998.

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

Color convert

RGB 238 7 138 -
CMYK 0 0.97 0.42 0.07
HSL 325.97º 0.94% 0.48% -
HSV(B) 325.97º 0.97% 0.93% -
XYZ 39.92 20.16 25.83 -
YUV 91 154.53 232.85 -
System Red Green Blue C M Y K H S L
Decimal 238 7 138 0 0.97 0.42 0.07 325.97 0.94 0.48
Hex EE 7 8A 0 61 2A 7 146 5E 30
Octal 356 7 212 0 141 52 7 506 136 60
Binary 11101110 111 10001010 0 1100001 101010 111 101000110 1011110 110000

Color Harmonies of #EE078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE078A

Black with #EE078A

Text Example


Text Example

White with #EE078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE078A; }

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

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

background-color css

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

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

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

border-color css

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

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

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