Html Css Color HEX #E68AD3 Pale Magenta

📋 copy color: '#E68AD3'

red 230 ◦ green 138 ◦ blue 211

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

Shades of Pale Magenta #E68AD3

Tints of Pale Magenta #E68AD3

RGB

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

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

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

R = 39.72%
G = 23.83%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E68AD3 (or 0xE68AD3) is known color: Pale Magenta. HEX triplet: E6, 8A and D3. RGB value is (230,138,211). Sum of RGB (Red+Green+Blue) = 230+138+211=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68AD3 is #19752C. Grayscale: #ADADAD. Windows color (decimal): -1668397 or 13863654. OLE color: 13863654.

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

Color convert

RGB 230 138 211 -
CMYK 0 0.4 0.08 0.10
HSL 312.39º 0.65% 0.72% -
HSV(B) 312.39º 0.4% 0.9% -
XYZ 53.48 39.7 66.47 -
YUV 173.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 230 138 211 0 0.4 0.08 0.10 312.39 0.65 0.72
Hex E6 8A D3 0 28 8 A 138 41 48
Octal 346 212 323 0 50 10 12 470 101 110
Binary 11100110 10001010 11010011 0 101000 1000 1010 100111000 1000001 1001000

Color Harmonies of #E68AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68AD3

Black with #E68AD3

Text Example


Text Example

White with #E68AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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