Html Css Color HEX #E68BD8 Pale Magenta

📋 copy color: '#E68BD8'

red 230 ◦ green 139 ◦ blue 216

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

Shades of Pale Magenta #E68BD8

Tints of Pale Magenta #E68BD8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.76%

 BLUE value IS 216 (84.77% from 255) = 36.92%

R = 39.32%
G = 23.76%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E68BD8 (or 0xE68BD8) is known color: Pale Magenta. HEX triplet: E6, 8B and D8. RGB value is (230,139,216). Sum of RGB (Red+Green+Blue) = 230+139+216=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BD8 is #197427. Grayscale: #AEAEAE. Windows color (decimal): -1668136 or 14191590. OLE color: 14191590.

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

Color convert

RGB 230 139 216 -
CMYK 0 0.40 0.06 0.10
HSL 309.23º 0.65% 0.72% -
HSV(B) 309.23º 0.4% 0.9% -
XYZ 54.26 40.25 69.87 -
YUV 174.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 230 139 216 0 0.40 0.06 0.10 309.23 0.65 0.72
Hex E6 8B D8 0 28 6 A 135 41 48
Octal 346 213 330 0 50 6 12 465 101 110
Binary 11100110 10001011 11011000 0 101000 110 1010 100110101 1000001 1001000

Color Harmonies of #E68BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68BD8

Black with #E68BD8

Text Example


Text Example

White with #E68BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68BD8; }

 p { color: rgb(230,139,216); }

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

background-color css

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

 a { background-color: rgb(230,139,216); }

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

border-color css

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

 span { border-color: rgb(230,139,216); }

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