Html Css Color HEX #EB8CDC Pale Magenta

📋 copy color: '#EB8CDC'

red 235 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #EB8CDC

Tints of Pale Magenta #EB8CDC

RGB

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

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

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

R = 39.5%
G = 23.53%
B = 36.97%

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

#EB8CDC (or 0xEB8CDC) is known color: Pale Magenta. HEX triplet: EB, 8C and DC. RGB value is (235,140,220). Sum of RGB (Red+Green+Blue) = 235+140+220=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CDC is #147323. Grayscale: #B1B1B1. Windows color (decimal): -1340196 or 14453995. OLE color: 14453995.

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

Color convert

RGB 235 140 220 -
CMYK 0 0.40 0.06 0.08
HSL 309.47º 0.7% 0.74% -
HSV(B) 309.47º 0.4% 0.92% -
XYZ 56.56 41.59 72.76 -
YUV 177.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 235 140 220 0 0.40 0.06 0.08 309.47 0.7 0.74
Hex EB 8C DC 0 28 6 8 135 46 4A
Octal 353 214 334 0 50 6 10 465 106 112
Binary 11101011 10001100 11011100 0 101000 110 1000 100110101 1000110 1001010

Color Harmonies of #EB8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8CDC

Black with #EB8CDC

Text Example


Text Example

White with #EB8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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