Html Css Color HEX #E68CDC Pale Magenta

📋 copy color: '#E68CDC'

red 230 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #E68CDC

Tints of Pale Magenta #E68CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 38.98%
G = 23.73%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E68CDC (or 0xE68CDC) is known color: Pale Magenta. HEX triplet: E6, 8C and DC. RGB value is (230,140,220). Sum of RGB (Red+Green+Blue) = 230+140+220=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CDC is #197323. Grayscale: #AFAFAF. Windows color (decimal): -1667876 or 14453990. OLE color: 14453990.

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

Color convert

RGB 230 140 220 -
CMYK 0 0.39 0.04 0.10
HSL 306.67º 0.64% 0.73% -
HSV(B) 306.67º 0.39% 0.9% -
XYZ 54.93 40.75 72.68 -
YUV 176.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 230 140 220 0 0.39 0.04 0.10 306.67 0.64 0.73
Hex E6 8C DC 0 27 4 A 133 40 49
Octal 346 214 334 0 47 4 12 463 100 111
Binary 11100110 10001100 11011100 0 100111 100 1010 100110011 1000000 1001001

Color Harmonies of #E68CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68CDC

Black with #E68CDC

Text Example


Text Example

White with #E68CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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