Html Css Color HEX #E685D0 Pale Magenta

📋 copy color: '#E685D0'

red 230 ◦ green 133 ◦ blue 208

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

Shades of Pale Magenta #E685D0

Tints of Pale Magenta #E685D0

RGB

 RED value IS 230 (90.23% from 255) = 40.28%

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

 BLUE value IS 208 (81.64% from 255) = 36.43%

R = 40.28%
G = 23.29%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E685D0 (or 0xE685D0) is known color: Pale Magenta. HEX triplet: E6, 85 and D0. RGB value is (230,133,208). Sum of RGB (Red+Green+Blue) = 230+133+208=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E685D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685D0 is #197A2F. Grayscale: #AAAAAA. Windows color (decimal): -1669680 or 13665766. OLE color: 13665766.

HSL color Cylindrical-coordinate representation of color #E685D0: hue angle of 313.61º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E685D0 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 133 208 -
CMYK 0 0.42 0.10 0.10
HSL 313.61º 0.66% 0.71% -
HSV(B) 313.61º 0.42% 0.9% -
XYZ 52.41 38.15 64.28 -
YUV 170.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 230 133 208 0 0.42 0.10 0.10 313.61 0.66 0.71
Hex E6 85 D0 0 2A A A 13A 42 47
Octal 346 205 320 0 52 12 12 472 102 107
Binary 11100110 10000101 11010000 0 101010 1010 1010 100111010 1000010 1000111

Color Harmonies of #E685D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E685D0

Black with #E685D0

Text Example


Text Example

White with #E685D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E685D0; }

 p { color: rgb(230,133,208); }

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

background-color css

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

 a { background-color: rgb(230,133,208); }

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

border-color css

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

 span { border-color: rgb(230,133,208); }

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