Html Css Color HEX #EB8FDC Pale Magenta

📋 copy color: '#EB8FDC'

red 235 ◦ green 143 ◦ blue 220

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

Shades of Pale Magenta #EB8FDC

Tints of Pale Magenta #EB8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.91%

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

R = 39.3%
G = 23.91%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB8FDC (or 0xEB8FDC) is known color: Pale Magenta. HEX triplet: EB, 8F and DC. RGB value is (235,143,220). Sum of RGB (Red+Green+Blue) = 235+143+220=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8FDC is #147023. Grayscale: #B3B3B3. Windows color (decimal): -1339428 or 14454763. OLE color: 14454763.

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

Color convert

RGB 235 143 220 -
CMYK 0 0.39 0.06 0.08
HSL 309.78º 0.7% 0.74% -
HSV(B) 309.78º 0.39% 0.92% -
XYZ 57 42.47 72.9 -
YUV 179.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 235 143 220 0 0.39 0.06 0.08 309.78 0.7 0.74
Hex EB 8F DC 0 27 6 8 136 46 4A
Octal 353 217 334 0 47 6 10 466 106 112
Binary 11101011 10001111 11011100 0 100111 110 1000 100110110 1000110 1001010

Color Harmonies of #EB8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8FDC

Black with #EB8FDC

Text Example


Text Example

White with #EB8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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