Html Css Color HEX #E685D3 Pale Magenta

📋 copy color: '#E685D3'

red 230 ◦ green 133 ◦ blue 211

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

Shades of Pale Magenta #E685D3

Tints of Pale Magenta #E685D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.76%

R = 40.07%
G = 23.17%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E685D3 (or 0xE685D3) is known color: Pale Magenta. HEX triplet: E6, 85 and D3. RGB value is (230,133,211). Sum of RGB (Red+Green+Blue) = 230+133+211=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 211 (82.81% from 255 or 36.76% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E685D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685D3 is #197A2C. Grayscale: #AAAAAA. Windows color (decimal): -1669677 or 13862374. OLE color: 13862374.

HSL color Cylindrical-coordinate representation of color #E685D3: hue angle of 311.75º 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 #E685D3 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 133 211 -
CMYK 0 0.42 0.08 0.10
HSL 311.75º 0.66% 0.71% -
HSV(B) 311.75º 0.42% 0.9% -
XYZ 52.78 38.3 66.24 -
YUV 170.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 230 133 211 0 0.42 0.08 0.10 311.75 0.66 0.71
Hex E6 85 D3 0 2A 8 A 138 42 47
Octal 346 205 323 0 52 10 12 470 102 107
Binary 11100110 10000101 11010011 0 101010 1000 1010 100111000 1000010 1000111

Color Harmonies of #E685D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E685D3

Black with #E685D3

Text Example


Text Example

White with #E685D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E685D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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