Html Css Color HEX #EE72DF Pale Magenta

📋 copy color: '#EE72DF'

red 238 ◦ green 114 ◦ blue 223

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

Shades of Pale Magenta #EE72DF

Tints of Pale Magenta #EE72DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.83%

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 41.39%
G = 19.83%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE72DF (or 0xEE72DF) is known color: Pale Magenta. HEX triplet: EE, 72 and DF. RGB value is (238,114,223). Sum of RGB (Red+Green+Blue) = 238+114+223=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72DF is #118D20. Grayscale: #A3A3A3. Windows color (decimal): -1150241 or 14643950. OLE color: 14643950.

HSL color Cylindrical-coordinate representation of color #EE72DF: hue angle of 307.26º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE72DF is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 114 223 -
CMYK 0 0.52 0.06 0.07
HSL 307.26º 0.78% 0.69% -
HSV(B) 307.26º 0.52% 0.93% -
XYZ 54.6 35.54 73.79 -
YUV 163.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 238 114 223 0 0.52 0.06 0.07 307.26 0.78 0.69
Hex EE 72 DF 0 34 6 7 133 4E 45
Octal 356 162 337 0 64 6 7 463 116 105
Binary 11101110 1110010 11011111 0 110100 110 111 100110011 1001110 1000101

Color Harmonies of #EE72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE72DF

Black with #EE72DF

Text Example


Text Example

White with #EE72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE72DF; }

 p { color: rgb(238,114,223); }

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

background-color css

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

 a { background-color: rgb(238,114,223); }

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

border-color css

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

 span { border-color: rgb(238,114,223); }

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