#EE78D4

Color #EE78D4 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #EE78D4

Tints of Pale Magenta #EE78D4

Color information

#EE78D4 (or 0xEE78D4) is unknown color: approx Pale Magenta. HEX triplet: EE, 78 and D4. RGB value is (238,120,212). Sum of RGB (Red+Green+Blue) = 238+120+212=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE78D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE78D4 is #11872B. Grayscale: #A5A5A5. Windows color (decimal): -1148716 or 13924590. OLE color: 13924590.

HSL color Cylindrical-coordinate representation of color #EE78D4: hue angle of 313.22º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE78D4 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238120212-
CMYK00.500.110.07
HSL313.22º77.63%70.2%-
HSV(B)313.22º49.58%93.33%-
XYZ53.8636.3666.47-
YUV165.77154.09179.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.75%
GREEN value IS 120 (47.27% from 255) = 21.05%
BLUE value IS 212 (83.20% from 255) = 37.19%
R=41.75%
G=21.05%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812021200.500.110.07313.2277.6370.2
HexEE78D4032B71394e46
Octal356170324062137471116106
Binary111011101111000110101000110010101111110011100110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE78D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE78D4; }

 p { color: rgb(238,120,212); }

 H1.HeaderClassName
 {
   color: #EE78D4;
 }
 .AnyTagClassName
 {
   color: #EE78D4;
 }
</style>
background-color css

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

 a { background-color: rgb(238,120,212); }

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

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

 span { border-color: rgb(238,120,212); }

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