Html Css Color HEX #E785DA Pale Magenta

📋 copy color: '#E785DA'

red 231 ◦ green 133 ◦ blue 218

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

Shades of Pale Magenta #E785DA

Tints of Pale Magenta #E785DA

RGB

 RED value IS 231 (90.63% from 255) = 39.69%

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

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

R = 39.69%
G = 22.85%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E785DA (or 0xE785DA) is known color: Pale Magenta. HEX triplet: E7, 85 and DA. RGB value is (231,133,218). Sum of RGB (Red+Green+Blue) = 231+133+218=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E785DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785DA is #187A25. Grayscale: #ABABAB. Windows color (decimal): -1604134 or 14321127. OLE color: 14321127.

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

Color convert

RGB 231 133 218 -
CMYK 0 0.42 0.06 0.09
HSL 307.96º 0.67% 0.71% -
HSV(B) 307.96º 0.42% 0.91% -
XYZ 54 38.83 70.98 -
YUV 171.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 231 133 218 0 0.42 0.06 0.09 307.96 0.67 0.71
Hex E7 85 DA 0 2A 6 9 134 43 47
Octal 347 205 332 0 52 6 11 464 103 107
Binary 11100111 10000101 11011010 0 101010 110 1001 100110100 1000011 1000111

Color Harmonies of #E785DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E785DA

Black with #E785DA

Text Example


Text Example

White with #E785DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E785DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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