Html Css Color HEX #EE078C Deep Pink

📋 copy color: '#EE078C'

red 238 ◦ green 7 ◦ blue 140

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

Shades of Deep Pink #EE078C

Tints of Deep Pink #EE078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 61.82%
G = 1.82%
B = 36.36%

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

#EE078C (or 0xEE078C) is known color: Deep Pink. HEX triplet: EE, 07 and 8C. RGB value is (238,7,140). Sum of RGB (Red+Green+Blue) = 238+7+140=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE078C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE078C is #11F873. Grayscale: #5A5A5A. Windows color (decimal): -1177716 or 9177070. OLE color: 9177070.

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

Color convert

RGB 238 7 140 -
CMYK 0 0.97 0.41 0.07
HSL 325.45º 0.94% 0.48% -
HSV(B) 325.45º 0.97% 0.93% -
XYZ 40.07 20.22 26.6 -
YUV 91.23 155.53 232.69 -
System Red Green Blue C M Y K H S L
Decimal 238 7 140 0 0.97 0.41 0.07 325.45 0.94 0.48
Hex EE 7 8C 0 61 29 7 145 5E 30
Octal 356 7 214 0 141 51 7 505 136 60
Binary 11101110 111 10001100 0 1100001 101001 111 101000101 1011110 110000

Color Harmonies of #EE078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE078C

Black with #EE078C

Text Example


Text Example

White with #EE078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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