Html Css Color HEX #EF7FDB Pale Magenta

📋 copy color: '#EF7FDB'

red 239 ◦ green 127 ◦ blue 219

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

Shades of Pale Magenta #EF7FDB

Tints of Pale Magenta #EF7FDB

RGB

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

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

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

R = 40.85%
G = 21.71%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF7FDB (or 0xEF7FDB) is known color: Pale Magenta. HEX triplet: EF, 7F and DB. RGB value is (239,127,219). Sum of RGB (Red+Green+Blue) = 239+127+219=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FDB is #108024. Grayscale: #AAAAAA. Windows color (decimal): -1081381 or 14385135. OLE color: 14385135.

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

Color convert

RGB 239 127 219 -
CMYK 0 0.47 0.08 0.06
HSL 310.71º 0.78% 0.72% -
HSV(B) 310.71º 0.47% 0.94% -
XYZ 55.97 38.64 71.53 -
YUV 170.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 239 127 219 0 0.47 0.08 0.06 310.71 0.78 0.72
Hex EF 7F DB 0 2F 8 6 137 4E 48
Octal 357 177 333 0 57 10 6 467 116 110
Binary 11101111 1111111 11011011 0 101111 1000 110 100110111 1001110 1001000

Color Harmonies of #EF7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7FDB

Black with #EF7FDB

Text Example


Text Example

White with #EF7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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