Html Css Color HEX #E68CD5 Pale Magenta

📋 copy color: '#E68CD5'

red 230 ◦ green 140 ◦ blue 213

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

Shades of Pale Magenta #E68CD5

Tints of Pale Magenta #E68CD5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.01%

 BLUE value IS 213 (83.59% from 255) = 36.54%

R = 39.45%
G = 24.01%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E68CD5 (or 0xE68CD5) is known color: Pale Magenta. HEX triplet: E6, 8C and D5. RGB value is (230,140,213). Sum of RGB (Red+Green+Blue) = 230+140+213=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CD5 is #19732A. Grayscale: #AFAFAF. Windows color (decimal): -1667883 or 13995238. OLE color: 13995238.

HSL color Cylindrical-coordinate representation of color #E68CD5: hue angle of 311.33º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68CD5 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 140 213 -
CMYK 0 0.39 0.07 0.10
HSL 311.33º 0.64% 0.73% -
HSV(B) 311.33º 0.39% 0.9% -
XYZ 54.02 40.38 67.9 -
YUV 175.23 149.32 167.06 -
System Red Green Blue C M Y K H S L
Decimal 230 140 213 0 0.39 0.07 0.10 311.33 0.64 0.73
Hex E6 8C D5 0 27 7 A 137 40 49
Octal 346 214 325 0 47 7 12 467 100 111
Binary 11100110 10001100 11010101 0 100111 111 1010 100110111 1000000 1001001

Color Harmonies of #E68CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68CD5

Black with #E68CD5

Text Example


Text Example

White with #E68CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68CD5; }

 p { color: rgb(230,140,213); }

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

background-color css

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

 a { background-color: rgb(230,140,213); }

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

border-color css

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

 span { border-color: rgb(230,140,213); }

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