Html Css Color HEX #E78BD0 Pale Magenta

📋 copy color: '#E78BD0'

red 231 ◦ green 139 ◦ blue 208

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

Shades of Pale Magenta #E78BD0

Tints of Pale Magenta #E78BD0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.05%

 BLUE value IS 208 (81.64% from 255) = 35.99%

R = 39.97%
G = 24.05%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E78BD0 (or 0xE78BD0) is known color: Pale Magenta. HEX triplet: E7, 8B and D0. RGB value is (231,139,208). Sum of RGB (Red+Green+Blue) = 231+139+208=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78BD0 is #18742F. Grayscale: #AEAEAE. Windows color (decimal): -1602608 or 13667303. OLE color: 13667303.

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

Color convert

RGB 231 139 208 -
CMYK 0 0.40 0.10 0.09
HSL 315º 0.66% 0.73% -
HSV(B) 315º 0.4% 0.91% -
XYZ 53.57 40.01 64.57 -
YUV 174.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 231 139 208 0 0.40 0.10 0.09 315 0.66 0.73
Hex E7 8B D0 0 28 A 9 13B 42 49
Octal 347 213 320 0 50 12 11 473 102 111
Binary 11100111 10001011 11010000 0 101000 1010 1001 100111011 1000010 1001001

Color Harmonies of #E78BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78BD0

Black with #E78BD0

Text Example


Text Example

White with #E78BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78BD0; }

 p { color: rgb(231,139,208); }

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

background-color css

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

 a { background-color: rgb(231,139,208); }

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

border-color css

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

 span { border-color: rgb(231,139,208); }

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