Html Css Color HEX #E68AD2 Pale Magenta

📋 copy color: '#E68AD2'

red 230 ◦ green 138 ◦ blue 210

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

Shades of Pale Magenta #E68AD2

Tints of Pale Magenta #E68AD2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.88%

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

R = 39.79%
G = 23.88%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E68AD2 (or 0xE68AD2) is known color: Pale Magenta. HEX triplet: E6, 8A and D2. RGB value is (230,138,210). Sum of RGB (Red+Green+Blue) = 230+138+210=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68AD2 is #19752D. Grayscale: #ADADAD. Windows color (decimal): -1668398 or 13798118. OLE color: 13798118.

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

Color convert

RGB 230 138 210 -
CMYK 0 0.4 0.09 0.10
HSL 313.04º 0.65% 0.72% -
HSV(B) 313.04º 0.4% 0.9% -
XYZ 53.35 39.65 65.81 -
YUV 173.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 230 138 210 0 0.4 0.09 0.10 313.04 0.65 0.72
Hex E6 8A D2 0 28 9 A 139 41 48
Octal 346 212 322 0 50 11 12 471 101 110
Binary 11100110 10001010 11010010 0 101000 1001 1010 100111001 1000001 1001000

Color Harmonies of #E68AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68AD2

Black with #E68AD2

Text Example


Text Example

White with #E68AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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