Html Css Color HEX #E68CDB Pale Magenta

📋 copy color: '#E68CDB'

red 230 ◦ green 140 ◦ blue 219

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

Shades of Pale Magenta #E68CDB

Tints of Pale Magenta #E68CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.77%

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

R = 39.05%
G = 23.77%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E68CDB (or 0xE68CDB) is known color: Pale Magenta. HEX triplet: E6, 8C and DB. RGB value is (230,140,219). Sum of RGB (Red+Green+Blue) = 230+140+219=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CDB is #197324. Grayscale: #AFAFAF. Windows color (decimal): -1667877 or 14388454. OLE color: 14388454.

HSL color Cylindrical-coordinate representation of color #E68CDB: hue angle of 307.33º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68CDB is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 140 219 -
CMYK 0 0.39 0.05 0.10
HSL 307.33º 0.64% 0.73% -
HSV(B) 307.33º 0.39% 0.9% -
XYZ 54.8 40.69 71.98 -
YUV 175.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 230 140 219 0 0.39 0.05 0.10 307.33 0.64 0.73
Hex E6 8C DB 0 27 5 A 133 40 49
Octal 346 214 333 0 47 5 12 463 100 111
Binary 11100110 10001100 11011011 0 100111 101 1010 100110011 1000000 1001001

Color Harmonies of #E68CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68CDB

Black with #E68CDB

Text Example


Text Example

White with #E68CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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