Html Css Color HEX #EB8EDE Pale Magenta

📋 copy color: '#EB8EDE'

red 235 ◦ green 142 ◦ blue 222

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

Shades of Pale Magenta #EB8EDE

Tints of Pale Magenta #EB8EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.06%

R = 39.23%
G = 23.71%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB8EDE (or 0xEB8EDE) is known color: Pale Magenta. HEX triplet: EB, 8E and DE. RGB value is (235,142,222). Sum of RGB (Red+Green+Blue) = 235+142+222=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 142 (55.86% from 255 or 23.71% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8EDE is #147121. Grayscale: #B2B2B2. Windows color (decimal): -1339682 or 14585579. OLE color: 14585579.

HSL color Cylindrical-coordinate representation of color #EB8EDE: hue angle of 308.39º 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 #EB8EDE is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 142 222 -
CMYK 0 0.40 0.06 0.08
HSL 308.39º 0.7% 0.74% -
HSV(B) 308.39º 0.4% 0.92% -
XYZ 57.12 42.28 74.26 -
YUV 178.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 235 142 222 0 0.40 0.06 0.08 308.39 0.7 0.74
Hex EB 8E DE 0 28 6 8 134 46 4A
Octal 353 216 336 0 50 6 10 464 106 112
Binary 11101011 10001110 11011110 0 101000 110 1000 100110100 1000110 1001010

Color Harmonies of #EB8EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8EDE

Black with #EB8EDE

Text Example


Text Example

White with #EB8EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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