Html Css Color HEX #E78CDA Pale Magenta

📋 copy color: '#E78CDA'

red 231 ◦ green 140 ◦ blue 218

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

Shades of Pale Magenta #E78CDA

Tints of Pale Magenta #E78CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.01%

R = 39.22%
G = 23.77%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E78CDA (or 0xE78CDA) is known color: Pale Magenta. HEX triplet: E7, 8C and DA. RGB value is (231,140,218). Sum of RGB (Red+Green+Blue) = 231+140+218=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78CDA is #187325. Grayscale: #AFAFAF. Windows color (decimal): -1602342 or 14322919. OLE color: 14322919.

HSL color Cylindrical-coordinate representation of color #E78CDA: hue angle of 308.57º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78CDA is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 140 218 -
CMYK 0 0.39 0.06 0.09
HSL 308.57º 0.65% 0.73% -
HSV(B) 308.57º 0.39% 0.91% -
XYZ 54.99 40.81 71.31 -
YUV 176.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 231 140 218 0 0.39 0.06 0.09 308.57 0.65 0.73
Hex E7 8C DA 0 27 6 9 135 41 49
Octal 347 214 332 0 47 6 11 465 101 111
Binary 11100111 10001100 11011010 0 100111 110 1001 100110101 1000001 1001001

Color Harmonies of #E78CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78CDA

Black with #E78CDA

Text Example


Text Example

White with #E78CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78CDA; }

 p { color: rgb(231,140,218); }

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

background-color css

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

 a { background-color: rgb(231,140,218); }

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

border-color css

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

 span { border-color: rgb(231,140,218); }

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