Html Css Color HEX #EF72DB Pale Magenta

📋 copy color: '#EF72DB'

red 239 ◦ green 114 ◦ blue 219

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

Shades of Pale Magenta #EF72DB

Tints of Pale Magenta #EF72DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.29%

R = 41.78%
G = 19.93%
B = 38.29%

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

#EF72DB (or 0xEF72DB) is known color: Pale Magenta. HEX triplet: EF, 72 and DB. RGB value is (239,114,219). Sum of RGB (Red+Green+Blue) = 239+114+219=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 114 (44.92% from 255 or 19.93% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF72DB is #108D24. Grayscale: #A3A3A3. Windows color (decimal): -1084709 or 14381807. OLE color: 14381807.

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

Color convert

RGB 239 114 219 -
CMYK 0 0.52 0.08 0.06
HSL 309.6º 0.8% 0.69% -
HSV(B) 309.6º 0.52% 0.94% -
XYZ 54.4 35.5 71 -
YUV 163.35 159.41 181.96 -
System Red Green Blue C M Y K H S L
Decimal 239 114 219 0 0.52 0.08 0.06 309.6 0.8 0.69
Hex EF 72 DB 0 34 8 6 136 50 45
Octal 357 162 333 0 64 10 6 466 120 105
Binary 11101111 1110010 11011011 0 110100 1000 110 100110110 1010000 1000101

Color Harmonies of #EF72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF72DB

Black with #EF72DB

Text Example


Text Example

White with #EF72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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