Html Css Color HEX #E68ADB Pale Magenta

📋 copy color: '#E68ADB'

red 230 ◦ green 138 ◦ blue 219

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

Shades of Pale Magenta #E68ADB

Tints of Pale Magenta #E68ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 39.18%
G = 23.51%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E68ADB (or 0xE68ADB) is known color: Pale Magenta. HEX triplet: E6, 8A and DB. RGB value is (230,138,219). Sum of RGB (Red+Green+Blue) = 230+138+219=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E68ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68ADB is #197524. Grayscale: #AEAEAE. Windows color (decimal): -1668389 or 14387942. OLE color: 14387942.

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

Color convert

RGB 230 138 219 -
CMYK 0 0.4 0.05 0.10
HSL 307.17º 0.65% 0.72% -
HSV(B) 307.17º 0.4% 0.9% -
XYZ 54.51 40.11 71.89 -
YUV 174.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 230 138 219 0 0.4 0.05 0.10 307.17 0.65 0.72
Hex E6 8A DB 0 28 5 A 133 41 48
Octal 346 212 333 0 50 5 12 463 101 110
Binary 11100110 10001010 11011011 0 101000 101 1010 100110011 1000001 1001000

Color Harmonies of #E68ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68ADB

Black with #E68ADB

Text Example


Text Example

White with #E68ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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