Html Css Color HEX #EE7BDA Pale Magenta

📋 copy color: '#EE7BDA'

red 238 ◦ green 123 ◦ blue 218

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

Shades of Pale Magenta #EE7BDA

Tints of Pale Magenta #EE7BDA

RGB

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

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

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

R = 41.11%
G = 21.24%
B = 37.65%

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

#EE7BDA (or 0xEE7BDA) is known color: Pale Magenta. HEX triplet: EE, 7B and DA. RGB value is (238,123,218). Sum of RGB (Red+Green+Blue) = 238+123+218=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7BDA is #118425. Grayscale: #A7A7A7. Windows color (decimal): -1147942 or 14318574. OLE color: 14318574.

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

Color convert

RGB 238 123 218 -
CMYK 0 0.48 0.08 0.07
HSL 310.43º 0.77% 0.71% -
HSV(B) 310.43º 0.48% 0.93% -
XYZ 55 37.41 70.65 -
YUV 168.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 238 123 218 0 0.48 0.08 0.07 310.43 0.77 0.71
Hex EE 7B DA 0 30 8 7 136 4D 47
Octal 356 173 332 0 60 10 7 466 115 107
Binary 11101110 1111011 11011010 0 110000 1000 111 100110110 1001101 1000111

Color Harmonies of #EE7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7BDA

Black with #EE7BDA

Text Example


Text Example

White with #EE7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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