Html Css Color HEX #EF85DD Pale Magenta

📋 copy color: '#EF85DD'

red 239 ◦ green 133 ◦ blue 221

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

Shades of Pale Magenta #EF85DD

Tints of Pale Magenta #EF85DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.27%

R = 40.3%
G = 22.43%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF85DD (or 0xEF85DD) is known color: Pale Magenta. HEX triplet: EF, 85 and DD. RGB value is (239,133,221). Sum of RGB (Red+Green+Blue) = 239+133+221=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85DD is #107A22. Grayscale: #AEAEAE. Windows color (decimal): -1079843 or 14517743. OLE color: 14517743.

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

Color convert

RGB 239 133 221 -
CMYK 0 0.44 0.08 0.06
HSL 310.19º 0.77% 0.73% -
HSV(B) 310.19º 0.44% 0.94% -
XYZ 57.04 40.35 73.19 -
YUV 174.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 239 133 221 0 0.44 0.08 0.06 310.19 0.77 0.73
Hex EF 85 DD 0 2C 8 6 136 4D 49
Octal 357 205 335 0 54 10 6 466 115 111
Binary 11101111 10000101 11011101 0 101100 1000 110 100110110 1001101 1001001

Color Harmonies of #EF85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85DD

Black with #EF85DD

Text Example


Text Example

White with #EF85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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