Html Css Color HEX #E68BD2 Pale Magenta

📋 copy color: '#E68BD2'

red 230 ◦ green 139 ◦ blue 210

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

Shades of Pale Magenta #E68BD2

Tints of Pale Magenta #E68BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.27%

R = 39.72%
G = 24.01%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E68BD2 (or 0xE68BD2) is known color: Pale Magenta. HEX triplet: E6, 8B and D2. RGB value is (230,139,210). Sum of RGB (Red+Green+Blue) = 230+139+210=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BD2 is #19742D. Grayscale: #AEAEAE. Windows color (decimal): -1668142 or 13798374. OLE color: 13798374.

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

Color convert

RGB 230 139 210 -
CMYK 0 0.40 0.09 0.10
HSL 313.19º 0.65% 0.72% -
HSV(B) 313.19º 0.4% 0.9% -
XYZ 53.5 39.94 65.86 -
YUV 174.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 230 139 210 0 0.40 0.09 0.10 313.19 0.65 0.72
Hex E6 8B D2 0 28 9 A 139 41 48
Octal 346 213 322 0 50 11 12 471 101 110
Binary 11100110 10001011 11010010 0 101000 1001 1010 100111001 1000001 1001000

Color Harmonies of #E68BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68BD2

Black with #E68BD2

Text Example


Text Example

White with #E68BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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