Html Css Color HEX #E78AD6 Pale Magenta

📋 copy color: '#E78AD6'

red 231 ◦ green 138 ◦ blue 214

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

Shades of Pale Magenta #E78AD6

Tints of Pale Magenta #E78AD6

RGB

 RED value IS 231 (90.63% from 255) = 39.62%

 GREEN value IS 138 (54.3% from 255) = 23.67%

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

R = 39.62%
G = 23.67%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E78AD6 (or 0xE78AD6) is known color: Pale Magenta. HEX triplet: E7, 8A and D6. RGB value is (231,138,214). Sum of RGB (Red+Green+Blue) = 231+138+214=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78AD6 is #187529. Grayscale: #AEAEAE. Windows color (decimal): -1602858 or 14060263. OLE color: 14060263.

HSL color Cylindrical-coordinate representation of color #E78AD6: hue angle of 310.97º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78AD6 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 138 214 -
CMYK 0 0.40 0.07 0.09
HSL 310.97º 0.66% 0.72% -
HSV(B) 310.97º 0.4% 0.91% -
XYZ 54.18 40.02 68.49 -
YUV 174.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 231 138 214 0 0.40 0.07 0.09 310.97 0.66 0.72
Hex E7 8A D6 0 28 7 9 137 42 48
Octal 347 212 326 0 50 7 11 467 102 110
Binary 11100111 10001010 11010110 0 101000 111 1001 100110111 1000010 1001000

Color Harmonies of #E78AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78AD6

Black with #E78AD6

Text Example


Text Example

White with #E78AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78AD6; }

 p { color: rgb(231,138,214); }

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

background-color css

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

 a { background-color: rgb(231,138,214); }

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

border-color css

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

 span { border-color: rgb(231,138,214); }

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