Html Css Color HEX #E68CD6 Pale Magenta

📋 copy color: '#E68CD6'

red 230 ◦ green 140 ◦ blue 214

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

Shades of Pale Magenta #E68CD6

Tints of Pale Magenta #E68CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.64%

R = 39.38%
G = 23.97%
B = 36.64%

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

#E68CD6 (or 0xE68CD6) is known color: Pale Magenta. HEX triplet: E6, 8C and D6. RGB value is (230,140,214). Sum of RGB (Red+Green+Blue) = 230+140+214=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CD6 is #197329. Grayscale: #AFAFAF. Windows color (decimal): -1667882 or 14060774. OLE color: 14060774.

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

Color convert

RGB 230 140 214 -
CMYK 0 0.39 0.07 0.10
HSL 310.67º 0.64% 0.73% -
HSV(B) 310.67º 0.39% 0.9% -
XYZ 54.15 40.43 68.57 -
YUV 175.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 230 140 214 0 0.39 0.07 0.10 310.67 0.64 0.73
Hex E6 8C D6 0 27 7 A 137 40 49
Octal 346 214 326 0 47 7 12 467 100 111
Binary 11100110 10001100 11010110 0 100111 111 1010 100110111 1000000 1001001

Color Harmonies of #E68CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68CD6

Black with #E68CD6

Text Example


Text Example

White with #E68CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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