Html Css Color HEX #E68DD4 Pale Magenta

📋 copy color: '#E68DD4'

red 230 ◦ green 141 ◦ blue 212

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

Shades of Pale Magenta #E68DD4

Tints of Pale Magenta #E68DD4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.19%

 BLUE value IS 212 (83.2% from 255) = 36.36%

R = 39.45%
G = 24.19%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E68DD4 (or 0xE68DD4) is known color: Pale Magenta. HEX triplet: E6, 8D and D4. RGB value is (230,141,212). Sum of RGB (Red+Green+Blue) = 230+141+212=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DD4 is #19722B. Grayscale: #AFAFAF. Windows color (decimal): -1667628 or 13929958. OLE color: 13929958.

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

Color convert

RGB 230 141 212 -
CMYK 0 0.39 0.08 0.10
HSL 312.13º 0.64% 0.73% -
HSV(B) 312.13º 0.39% 0.9% -
XYZ 54.04 40.63 67.28 -
YUV 175.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 230 141 212 0 0.39 0.08 0.10 312.13 0.64 0.73
Hex E6 8D D4 0 27 8 A 138 40 49
Octal 346 215 324 0 47 10 12 470 100 111
Binary 11100110 10001101 11010100 0 100111 1000 1010 100111000 1000000 1001001

Color Harmonies of #E68DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68DD4

Black with #E68DD4

Text Example


Text Example

White with #E68DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68DD4; }

 p { color: rgb(230,141,212); }

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

background-color css

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

 a { background-color: rgb(230,141,212); }

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

border-color css

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

 span { border-color: rgb(230,141,212); }

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