Html Css Color HEX #EE78D5 Pale Magenta

📋 copy color: '#EE78D5'

red 238 ◦ green 120 ◦ blue 213

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

Shades of Pale Magenta #EE78D5

Tints of Pale Magenta #EE78D5

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.02%

 BLUE value IS 213 (83.59% from 255) = 37.3%

R = 41.68%
G = 21.02%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EE78D5 (or 0xEE78D5) is known color: Pale Magenta. HEX triplet: EE, 78 and D5. RGB value is (238,120,213). Sum of RGB (Red+Green+Blue) = 238+120+213=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE78D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE78D5 is #11872A. Grayscale: #A5A5A5. Windows color (decimal): -1148715 or 13990126. OLE color: 13990126.

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

Color convert

RGB 238 120 213 -
CMYK 0 0.50 0.11 0.07
HSL 312.71º 0.78% 0.7% -
HSV(B) 312.71º 0.5% 0.93% -
XYZ 53.99 36.41 67.13 -
YUV 165.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 238 120 213 0 0.50 0.11 0.07 312.71 0.78 0.7
Hex EE 78 D5 0 32 B 7 139 4E 46
Octal 356 170 325 0 62 13 7 471 116 106
Binary 11101110 1111000 11010101 0 110010 1011 111 100111001 1001110 1000110

Color Harmonies of #EE78D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE78D5

Black with #EE78D5

Text Example


Text Example

White with #EE78D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE78D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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