Html Css Color HEX #E985DC Pale Magenta

📋 copy color: '#E985DC'

red 233 ◦ green 133 ◦ blue 220

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

Shades of Pale Magenta #E985DC

Tints of Pale Magenta #E985DC

RGB

 RED value IS 233 (91.41% from 255) = 39.76%

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

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

R = 39.76%
G = 22.7%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E985DC (or 0xE985DC) is known color: Pale Magenta. HEX triplet: E9, 85 and DC. RGB value is (233,133,220). Sum of RGB (Red+Green+Blue) = 233+133+220=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E985DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985DC is #167A23. Grayscale: #ACACAC. Windows color (decimal): -1473060 or 14452201. OLE color: 14452201.

HSL color Cylindrical-coordinate representation of color #E985DC: hue angle of 307.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985DC is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 133 220 -
CMYK 0 0.43 0.06 0.09
HSL 307.8º 0.69% 0.72% -
HSV(B) 307.8º 0.43% 0.91% -
XYZ 54.91 39.27 72.4 -
YUV 172.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 233 133 220 0 0.43 0.06 0.09 307.8 0.69 0.72
Hex E9 85 DC 0 2B 6 9 134 45 48
Octal 351 205 334 0 53 6 11 464 105 110
Binary 11101001 10000101 11011100 0 101011 110 1001 100110100 1000101 1001000

Color Harmonies of #E985DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985DC

Black with #E985DC

Text Example


Text Example

White with #E985DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985DC; }

 p { color: rgb(233,133,220); }

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

background-color css

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

 a { background-color: rgb(233,133,220); }

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

border-color css

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

 span { border-color: rgb(233,133,220); }

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