Html Css Color HEX #EE7BD7 Pale Magenta

📋 copy color: '#EE7BD7'

red 238 ◦ green 123 ◦ blue 215

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

Shades of Pale Magenta #EE7BD7

Tints of Pale Magenta #EE7BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.33%

R = 41.32%
G = 21.35%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EE7BD7 (or 0xEE7BD7) is known color: Pale Magenta. HEX triplet: EE, 7B and D7. RGB value is (238,123,215). Sum of RGB (Red+Green+Blue) = 238+123+215=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7BD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7BD7 is #118428. Grayscale: #A7A7A7. Windows color (decimal): -1147945 or 14121966. OLE color: 14121966.

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

Color convert

RGB 238 123 215 -
CMYK 0 0.48 0.10 0.07
HSL 312º 0.77% 0.71% -
HSV(B) 312º 0.48% 0.93% -
XYZ 54.61 37.25 68.6 -
YUV 167.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 238 123 215 0 0.48 0.10 0.07 312 0.77 0.71
Hex EE 7B D7 0 30 A 7 138 4D 47
Octal 356 173 327 0 60 12 7 470 115 107
Binary 11101110 1111011 11010111 0 110000 1010 111 100111000 1001101 1000111

Color Harmonies of #EE7BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7BD7

Black with #EE7BD7

Text Example


Text Example

White with #EE7BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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