Html Css Color HEX #E689D2 Pale Magenta

📋 copy color: '#E689D2'

red 230 ◦ green 137 ◦ blue 210

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

Shades of Pale Magenta #E689D2

Tints of Pale Magenta #E689D2

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.74%

 BLUE value IS 210 (82.42% from 255) = 36.4%

R = 39.86%
G = 23.74%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E689D2 (or 0xE689D2) is known color: Pale Magenta. HEX triplet: E6, 89 and D2. RGB value is (230,137,210). Sum of RGB (Red+Green+Blue) = 230+137+210=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E689D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E689D2 is #19762D. Grayscale: #ACACAC. Windows color (decimal): -1668654 or 13797862. OLE color: 13797862.

HSL color Cylindrical-coordinate representation of color #E689D2: hue angle of 312.9º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E689D2 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 137 210 -
CMYK 0 0.40 0.09 0.10
HSL 312.9º 0.65% 0.72% -
HSV(B) 312.9º 0.4% 0.9% -
XYZ 53.21 39.37 65.77 -
YUV 173.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 230 137 210 0 0.40 0.09 0.10 312.9 0.65 0.72
Hex E6 89 D2 0 28 9 A 139 41 48
Octal 346 211 322 0 50 11 12 471 101 110
Binary 11100110 10001001 11010010 0 101000 1001 1010 100111001 1000001 1001000

Color Harmonies of #E689D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E689D2

Black with #E689D2

Text Example


Text Example

White with #E689D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E689D2; }

 p { color: rgb(230,137,210); }

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

background-color css

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

 a { background-color: rgb(230,137,210); }

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

border-color css

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

 span { border-color: rgb(230,137,210); }

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