Html Css Color HEX #E78CDC Pale Magenta

📋 copy color: '#E78CDC'

red 231 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #E78CDC

Tints of Pale Magenta #E78CDC

RGB

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

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

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

R = 39.09%
G = 23.69%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E78CDC (or 0xE78CDC) is known color: Pale Magenta. HEX triplet: E7, 8C and DC. RGB value is (231,140,220). Sum of RGB (Red+Green+Blue) = 231+140+220=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78CDC is #187323. Grayscale: #B0B0B0. Windows color (decimal): -1602340 or 14453991. OLE color: 14453991.

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

Color convert

RGB 231 140 220 -
CMYK 0 0.39 0.05 0.09
HSL 307.25º 0.65% 0.73% -
HSV(B) 307.25º 0.39% 0.91% -
XYZ 55.25 40.91 72.69 -
YUV 176.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 231 140 220 0 0.39 0.05 0.09 307.25 0.65 0.73
Hex E7 8C DC 0 27 5 9 133 41 49
Octal 347 214 334 0 47 5 11 463 101 111
Binary 11100111 10001100 11011100 0 100111 101 1001 100110011 1000001 1001001

Color Harmonies of #E78CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78CDC

Black with #E78CDC

Text Example


Text Example

White with #E78CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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