Html Css Color HEX #E68BD3 Pale Magenta

📋 copy color: '#E68BD3'

red 230 ◦ green 139 ◦ blue 211

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

Shades of Pale Magenta #E68BD3

Tints of Pale Magenta #E68BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.38%

R = 39.66%
G = 23.97%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E68BD3 (or 0xE68BD3) is known color: Pale Magenta. HEX triplet: E6, 8B and D3. RGB value is (230,139,211). Sum of RGB (Red+Green+Blue) = 230+139+211=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BD3 is #19742C. Grayscale: #AEAEAE. Windows color (decimal): -1668141 or 13863910. OLE color: 13863910.

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

Color convert

RGB 230 139 211 -
CMYK 0 0.40 0.08 0.10
HSL 312.53º 0.65% 0.72% -
HSV(B) 312.53º 0.4% 0.9% -
XYZ 53.62 39.99 66.52 -
YUV 174.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 230 139 211 0 0.40 0.08 0.10 312.53 0.65 0.72
Hex E6 8B D3 0 28 8 A 139 41 48
Octal 346 213 323 0 50 10 12 471 101 110
Binary 11100110 10001011 11010011 0 101000 1000 1010 100111001 1000001 1001000

Color Harmonies of #E68BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68BD3

Black with #E68BD3

Text Example


Text Example

White with #E68BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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