Html Css Color HEX #E68BDA Pale Magenta

📋 copy color: '#E68BDA'

red 230 ◦ green 139 ◦ blue 218

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

Shades of Pale Magenta #E68BDA

Tints of Pale Magenta #E68BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.14%

R = 39.18%
G = 23.68%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E68BDA (or 0xE68BDA) is known color: Pale Magenta. HEX triplet: E6, 8B and DA. RGB value is (230,139,218). Sum of RGB (Red+Green+Blue) = 230+139+218=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BDA is #197425. Grayscale: #AEAEAE. Windows color (decimal): -1668134 or 14322662. OLE color: 14322662.

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

Color convert

RGB 230 139 218 -
CMYK 0 0.40 0.05 0.10
HSL 307.91º 0.65% 0.72% -
HSV(B) 307.91º 0.4% 0.9% -
XYZ 54.52 40.35 71.24 -
YUV 175.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 230 139 218 0 0.40 0.05 0.10 307.91 0.65 0.72
Hex E6 8B DA 0 28 5 A 134 41 48
Octal 346 213 332 0 50 5 12 464 101 110
Binary 11100110 10001011 11011010 0 101000 101 1010 100110100 1000001 1001000

Color Harmonies of #E68BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68BDA

Black with #E68BDA

Text Example


Text Example

White with #E68BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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