Html Css Color HEX #EE7BDC Pale Magenta

📋 copy color: '#EE7BDC'

red 238 ◦ green 123 ◦ blue 220

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

Shades of Pale Magenta #EE7BDC

Tints of Pale Magenta #EE7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.17%

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 40.96%
G = 21.17%
B = 37.87%

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

#EE7BDC (or 0xEE7BDC) is known color: Pale Magenta. HEX triplet: EE, 7B and DC. RGB value is (238,123,220). Sum of RGB (Red+Green+Blue) = 238+123+220=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7BDC is #118423. Grayscale: #A8A8A8. Windows color (decimal): -1147940 or 14449646. OLE color: 14449646.

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

Color convert

RGB 238 123 220 -
CMYK 0 0.48 0.08 0.07
HSL 309.39º 0.77% 0.71% -
HSV(B) 309.39º 0.48% 0.93% -
XYZ 55.26 37.51 72.04 -
YUV 168.44 157.1 177.61 -
System Red Green Blue C M Y K H S L
Decimal 238 123 220 0 0.48 0.08 0.07 309.39 0.77 0.71
Hex EE 7B DC 0 30 8 7 135 4D 47
Octal 356 173 334 0 60 10 7 465 115 107
Binary 11101110 1111011 11011100 0 110000 1000 111 100110101 1001101 1000111

Color Harmonies of #EE7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7BDC

Black with #EE7BDC

Text Example


Text Example

White with #EE7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7BDC; }

 p { color: rgb(238,123,220); }

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

background-color css

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

 a { background-color: rgb(238,123,220); }

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

border-color css

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

 span { border-color: rgb(238,123,220); }

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