Html Css Color HEX #EB8EDA Pale Magenta

📋 copy color: '#EB8EDA'

red 235 ◦ green 142 ◦ blue 218

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

Shades of Pale Magenta #EB8EDA

Tints of Pale Magenta #EB8EDA

RGB

 RED value IS 235 (92.19% from 255) = 39.5%

 GREEN value IS 142 (55.86% from 255) = 23.87%

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

R = 39.5%
G = 23.87%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB8EDA (or 0xEB8EDA) is known color: Pale Magenta. HEX triplet: EB, 8E and DA. RGB value is (235,142,218). Sum of RGB (Red+Green+Blue) = 235+142+218=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8EDA is #147125. Grayscale: #B2B2B2. Windows color (decimal): -1339686 or 14323435. OLE color: 14323435.

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

Color convert

RGB 235 142 218 -
CMYK 0 0.40 0.07 0.08
HSL 310.97º 0.7% 0.74% -
HSV(B) 310.97º 0.4% 0.92% -
XYZ 56.59 42.07 71.47 -
YUV 178.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 235 142 218 0 0.40 0.07 0.08 310.97 0.7 0.74
Hex EB 8E DA 0 28 7 8 137 46 4A
Octal 353 216 332 0 50 7 10 467 106 112
Binary 11101011 10001110 11011010 0 101000 111 1000 100110111 1000110 1001010

Color Harmonies of #EB8EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8EDA

Black with #EB8EDA

Text Example


Text Example

White with #EB8EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8EDA; }

 p { color: rgb(235,142,218); }

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

background-color css

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

 a { background-color: rgb(235,142,218); }

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

border-color css

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

 span { border-color: rgb(235,142,218); }

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