Html Css Color HEX #EE7FDA Pale Magenta

📋 copy color: '#EE7FDA'

red 238 ◦ green 127 ◦ blue 218

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

Shades of Pale Magenta #EE7FDA

Tints of Pale Magenta #EE7FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 21.78%

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

R = 40.82%
G = 21.78%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE7FDA (or 0xEE7FDA) is known color: Pale Magenta. HEX triplet: EE, 7F and DA. RGB value is (238,127,218). Sum of RGB (Red+Green+Blue) = 238+127+218=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 127 (50% from 255 or 21.78% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FDA is #118025. Grayscale: #AAAAAA. Windows color (decimal): -1146918 or 14319598. OLE color: 14319598.

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

Color convert

RGB 238 127 218 -
CMYK 0 0.47 0.08 0.07
HSL 310.81º 0.77% 0.72% -
HSV(B) 310.81º 0.47% 0.93% -
XYZ 55.5 38.42 70.82 -
YUV 170.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 238 127 218 0 0.47 0.08 0.07 310.81 0.77 0.72
Hex EE 7F DA 0 2F 8 7 137 4D 48
Octal 356 177 332 0 57 10 7 467 115 110
Binary 11101110 1111111 11011010 0 101111 1000 111 100110111 1001101 1001000

Color Harmonies of #EE7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7FDA

Black with #EE7FDA

Text Example


Text Example

White with #EE7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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