Html Css Color HEX #E685DB Pale Magenta

📋 copy color: '#E685DB'

red 230 ◦ green 133 ◦ blue 219

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

Shades of Pale Magenta #E685DB

Tints of Pale Magenta #E685DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.85%

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

R = 39.52%
G = 22.85%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E685DB (or 0xE685DB) is known color: Pale Magenta. HEX triplet: E6, 85 and DB. RGB value is (230,133,219). Sum of RGB (Red+Green+Blue) = 230+133+219=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E685DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685DB is #197A24. Grayscale: #ABABAB. Windows color (decimal): -1669669 or 14386662. OLE color: 14386662.

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

Color convert

RGB 230 133 219 -
CMYK 0 0.42 0.05 0.10
HSL 306.8º 0.66% 0.71% -
HSV(B) 306.8º 0.42% 0.9% -
XYZ 53.81 38.71 71.65 -
YUV 171.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 230 133 219 0 0.42 0.05 0.10 306.8 0.66 0.71
Hex E6 85 DB 0 2A 5 A 133 42 47
Octal 346 205 333 0 52 5 12 463 102 107
Binary 11100110 10000101 11011011 0 101010 101 1010 100110011 1000010 1000111

Color Harmonies of #E685DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E685DB

Black with #E685DB

Text Example


Text Example

White with #E685DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E685DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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