Html Css Color HEX #EB8DDE Pale Magenta

📋 copy color: '#EB8DDE'

red 235 ◦ green 141 ◦ blue 222

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

Shades of Pale Magenta #EB8DDE

Tints of Pale Magenta #EB8DDE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.58%

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

R = 39.3%
G = 23.58%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB8DDE (or 0xEB8DDE) is known color: Pale Magenta. HEX triplet: EB, 8D and DE. RGB value is (235,141,222). Sum of RGB (Red+Green+Blue) = 235+141+222=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DDE is #147221. Grayscale: #B2B2B2. Windows color (decimal): -1339938 or 14585323. OLE color: 14585323.

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

Color convert

RGB 235 141 222 -
CMYK 0 0.4 0.06 0.08
HSL 308.3º 0.7% 0.74% -
HSV(B) 308.3º 0.4% 0.92% -
XYZ 56.97 41.99 74.21 -
YUV 178.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 235 141 222 0 0.4 0.06 0.08 308.3 0.7 0.74
Hex EB 8D DE 0 28 6 8 134 46 4A
Octal 353 215 336 0 50 6 10 464 106 112
Binary 11101011 10001101 11011110 0 101000 110 1000 100110100 1000110 1001010

Color Harmonies of #EB8DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8DDE

Black with #EB8DDE

Text Example


Text Example

White with #EB8DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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