Html Css Color HEX #EF85DF Pale Magenta

📋 copy color: '#EF85DF'

red 239 ◦ green 133 ◦ blue 223

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

Shades of Pale Magenta #EF85DF

Tints of Pale Magenta #EF85DF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.35%

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

R = 40.17%
G = 22.35%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF85DF (or 0xEF85DF) is known color: Pale Magenta. HEX triplet: EF, 85 and DF. RGB value is (239,133,223). Sum of RGB (Red+Green+Blue) = 239+133+223=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85DF is #107A20. Grayscale: #AEAEAE. Windows color (decimal): -1079841 or 14648815. OLE color: 14648815.

HSL color Cylindrical-coordinate representation of color #EF85DF: hue angle of 309.06º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF85DF is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 133 223 -
CMYK 0 0.44 0.07 0.06
HSL 309.06º 0.77% 0.73% -
HSV(B) 309.06º 0.44% 0.94% -
XYZ 57.3 40.45 74.6 -
YUV 174.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 239 133 223 0 0.44 0.07 0.06 309.06 0.77 0.73
Hex EF 85 DF 0 2C 7 6 135 4D 49
Octal 357 205 337 0 54 7 6 465 115 111
Binary 11101111 10000101 11011111 0 101100 111 110 100110101 1001101 1001001

Color Harmonies of #EF85DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85DF

Black with #EF85DF

Text Example


Text Example

White with #EF85DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85DF; }

 p { color: rgb(239,133,223); }

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

background-color css

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

 a { background-color: rgb(239,133,223); }

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

border-color css

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

 span { border-color: rgb(239,133,223); }

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