Html Css Color HEX #E985DA Pale Magenta

📋 copy color: '#E985DA'

red 233 ◦ green 133 ◦ blue 218

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

Shades of Pale Magenta #E985DA

Tints of Pale Magenta #E985DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.33%

R = 39.9%
G = 22.77%
B = 37.33%

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

#E985DA (or 0xE985DA) is known color: Pale Magenta. HEX triplet: E9, 85 and DA. RGB value is (233,133,218). Sum of RGB (Red+Green+Blue) = 233+133+218=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 233 - color contains mainly: red. Hex color #E985DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985DA is #167A25. Grayscale: #ACACAC. Windows color (decimal): -1473062 or 14321129. OLE color: 14321129.

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

Color convert

RGB 233 133 218 -
CMYK 0 0.43 0.06 0.09
HSL 309º 0.69% 0.72% -
HSV(B) 309º 0.43% 0.91% -
XYZ 54.65 39.16 71.01 -
YUV 172.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 233 133 218 0 0.43 0.06 0.09 309 0.69 0.72
Hex E9 85 DA 0 2B 6 9 135 45 48
Octal 351 205 332 0 53 6 11 465 105 110
Binary 11101001 10000101 11011010 0 101011 110 1001 100110101 1000101 1001000

Color Harmonies of #E985DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985DA

Black with #E985DA

Text Example


Text Example

White with #E985DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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