Html Css Color HEX #E68FD0 Pale Magenta

📋 copy color: '#E68FD0'

red 230 ◦ green 143 ◦ blue 208

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

Shades of Pale Magenta #E68FD0

Tints of Pale Magenta #E68FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.8%

R = 39.59%
G = 24.61%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E68FD0 (or 0xE68FD0) is known color: Pale Magenta. HEX triplet: E6, 8F and D0. RGB value is (230,143,208). Sum of RGB (Red+Green+Blue) = 230+143+208=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68FD0 is #19702F. Grayscale: #B0B0B0. Windows color (decimal): -1667120 or 13668326. OLE color: 13668326.

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

Color convert

RGB 230 143 208 -
CMYK 0 0.38 0.10 0.10
HSL 315.17º 0.64% 0.73% -
HSV(B) 315.17º 0.38% 0.9% -
XYZ 53.84 41.02 64.75 -
YUV 176.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 230 143 208 0 0.38 0.10 0.10 315.17 0.64 0.73
Hex E6 8F D0 0 26 A A 13B 40 49
Octal 346 217 320 0 46 12 12 473 100 111
Binary 11100110 10001111 11010000 0 100110 1010 1010 100111011 1000000 1001001

Color Harmonies of #E68FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68FD0

Black with #E68FD0

Text Example


Text Example

White with #E68FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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