Html Css Color HEX #EF72DC Pale Magenta

📋 copy color: '#EF72DC'

red 239 ◦ green 114 ◦ blue 220

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

Shades of Pale Magenta #EF72DC

Tints of Pale Magenta #EF72DC

RGB

 RED value IS 239 (93.75% from 255) = 41.71%

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

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

R = 41.71%
G = 19.9%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF72DC (or 0xEF72DC) is known color: Pale Magenta. HEX triplet: EF, 72 and DC. RGB value is (239,114,220). Sum of RGB (Red+Green+Blue) = 239+114+220=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 114 (44.92% from 255 or 19.90% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF72DC is #108D23. Grayscale: #A3A3A3. Windows color (decimal): -1084708 or 14447343. OLE color: 14447343.

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

Color convert

RGB 239 114 220 -
CMYK 0 0.52 0.08 0.06
HSL 309.12º 0.8% 0.69% -
HSV(B) 309.12º 0.52% 0.94% -
XYZ 54.53 35.55 71.7 -
YUV 163.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 239 114 220 0 0.52 0.08 0.06 309.12 0.8 0.69
Hex EF 72 DC 0 34 8 6 135 50 45
Octal 357 162 334 0 64 10 6 465 120 105
Binary 11101111 1110010 11011100 0 110100 1000 110 100110101 1010000 1000101

Color Harmonies of #EF72DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF72DC

Black with #EF72DC

Text Example


Text Example

White with #EF72DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF72DC; }

 p { color: rgb(239,114,220); }

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

background-color css

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

 a { background-color: rgb(239,114,220); }

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

border-color css

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

 span { border-color: rgb(239,114,220); }

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