Html Css Color HEX #E688D5 Pale Magenta

📋 copy color: '#E688D5'

red 230 ◦ green 136 ◦ blue 213

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

Shades of Pale Magenta #E688D5

Tints of Pale Magenta #E688D5

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.49%

 BLUE value IS 213 (83.59% from 255) = 36.79%

R = 39.72%
G = 23.49%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E688D5 (or 0xE688D5) is known color: Pale Magenta. HEX triplet: E6, 88 and D5. RGB value is (230,136,213). Sum of RGB (Red+Green+Blue) = 230+136+213=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E688D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E688D5 is #19772A. Grayscale: #ACACAC. Windows color (decimal): -1668907 or 13994214. OLE color: 13994214.

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

Color convert

RGB 230 136 213 -
CMYK 0 0.41 0.07 0.10
HSL 310.85º 0.65% 0.72% -
HSV(B) 310.85º 0.41% 0.9% -
XYZ 53.45 39.24 67.71 -
YUV 172.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 230 136 213 0 0.41 0.07 0.10 310.85 0.65 0.72
Hex E6 88 D5 0 29 7 A 137 41 48
Octal 346 210 325 0 51 7 12 467 101 110
Binary 11100110 10001000 11010101 0 101001 111 1010 100110111 1000001 1001000

Color Harmonies of #E688D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E688D5

Black with #E688D5

Text Example


Text Example

White with #E688D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E688D5; }

 p { color: rgb(230,136,213); }

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

background-color css

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

 a { background-color: rgb(230,136,213); }

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

border-color css

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

 span { border-color: rgb(230,136,213); }

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