Html Css Color HEX #E68FD1 Pale Magenta

📋 copy color: '#E68FD1'

red 230 ◦ green 143 ◦ blue 209

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

Shades of Pale Magenta #E68FD1

Tints of Pale Magenta #E68FD1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.57%

 BLUE value IS 209 (82.03% from 255) = 35.91%

R = 39.52%
G = 24.57%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E68FD1 (or 0xE68FD1) is known color: Pale Magenta. HEX triplet: E6, 8F and D1. RGB value is (230,143,209). Sum of RGB (Red+Green+Blue) = 230+143+209=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68FD1 is #19702E. Grayscale: #B0B0B0. Windows color (decimal): -1667119 or 13733862. OLE color: 13733862.

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

Color convert

RGB 230 143 209 -
CMYK 0 0.38 0.09 0.10
HSL 314.48º 0.64% 0.73% -
HSV(B) 314.48º 0.38% 0.9% -
XYZ 53.96 41.07 65.4 -
YUV 176.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 230 143 209 0 0.38 0.09 0.10 314.48 0.64 0.73
Hex E6 8F D1 0 26 9 A 13A 40 49
Octal 346 217 321 0 46 11 12 472 100 111
Binary 11100110 10001111 11010001 0 100110 1001 1010 100111010 1000000 1001001

Color Harmonies of #E68FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68FD1

Black with #E68FD1

Text Example


Text Example

White with #E68FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68FD1; }

 p { color: rgb(230,143,209); }

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

background-color css

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

 a { background-color: rgb(230,143,209); }

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

border-color css

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

 span { border-color: rgb(230,143,209); }

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