Html Css Color HEX #EE7CDA Pale Magenta

📋 copy color: '#EE7CDA'

red 238 ◦ green 124 ◦ blue 218

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

Shades of Pale Magenta #EE7CDA

Tints of Pale Magenta #EE7CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.38%

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 41.03%
G = 21.38%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE7CDA (or 0xEE7CDA) is known color: Pale Magenta. HEX triplet: EE, 7C and DA. RGB value is (238,124,218). Sum of RGB (Red+Green+Blue) = 238+124+218=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 124 (48.83% from 255 or 21.38% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7CDA is #118325. Grayscale: #A8A8A8. Windows color (decimal): -1147686 or 14318830. OLE color: 14318830.

HSL color Cylindrical-coordinate representation of color #EE7CDA: hue angle of 310.53º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7CDA is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 124 218 -
CMYK 0 0.48 0.08 0.07
HSL 310.53º 0.77% 0.71% -
HSV(B) 310.53º 0.48% 0.93% -
XYZ 55.12 37.65 70.69 -
YUV 168.8 155.77 177.36 -
System Red Green Blue C M Y K H S L
Decimal 238 124 218 0 0.48 0.08 0.07 310.53 0.77 0.71
Hex EE 7C DA 0 30 8 7 137 4D 47
Octal 356 174 332 0 60 10 7 467 115 107
Binary 11101110 1111100 11011010 0 110000 1000 111 100110111 1001101 1000111

Color Harmonies of #EE7CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7CDA

Black with #EE7CDA

Text Example


Text Example

White with #EE7CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7CDA; }

 p { color: rgb(238,124,218); }

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

background-color css

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

 a { background-color: rgb(238,124,218); }

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

border-color css

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

 span { border-color: rgb(238,124,218); }

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