Html Css Color HEX #E985DD Pale Magenta

📋 copy color: '#E985DD'

red 233 ◦ green 133 ◦ blue 221

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

Shades of Pale Magenta #E985DD

Tints of Pale Magenta #E985DD

RGB

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

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

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

R = 39.69%
G = 22.66%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E985DD (or 0xE985DD) is known color: Pale Magenta. HEX triplet: E9, 85 and DD. RGB value is (233,133,221). Sum of RGB (Red+Green+Blue) = 233+133+221=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E985DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985DD is #167A22. Grayscale: #ACACAC. Windows color (decimal): -1473059 or 14517737. OLE color: 14517737.

HSL color Cylindrical-coordinate representation of color #E985DD: hue angle of 307.2º 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 #E985DD is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 133 221 -
CMYK 0 0.43 0.05 0.09
HSL 307.2º 0.69% 0.72% -
HSV(B) 307.2º 0.43% 0.91% -
XYZ 55.04 39.32 73.09 -
YUV 172.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 233 133 221 0 0.43 0.05 0.09 307.2 0.69 0.72
Hex E9 85 DD 0 2B 5 9 133 45 48
Octal 351 205 335 0 53 5 11 463 105 110
Binary 11101001 10000101 11011101 0 101011 101 1001 100110011 1000101 1001000

Color Harmonies of #E985DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985DD

Black with #E985DD

Text Example


Text Example

White with #E985DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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