Html Css Color HEX #EB81DC Pale Magenta

📋 copy color: '#EB81DC'

red 235 ◦ green 129 ◦ blue 220

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

Shades of Pale Magenta #EB81DC

Tints of Pale Magenta #EB81DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.09%

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

R = 40.24%
G = 22.09%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB81DC (or 0xEB81DC) is known color: Pale Magenta. HEX triplet: EB, 81 and DC. RGB value is (235,129,220). Sum of RGB (Red+Green+Blue) = 235+129+220=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81DC is #147E23. Grayscale: #AAAAAA. Windows color (decimal): -1343012 or 14451179. OLE color: 14451179.

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

Color convert

RGB 235 129 220 -
CMYK 0 0.45 0.06 0.08
HSL 308.49º 0.73% 0.71% -
HSV(B) 308.49º 0.45% 0.92% -
XYZ 55.03 38.53 72.25 -
YUV 171.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 235 129 220 0 0.45 0.06 0.08 308.49 0.73 0.71
Hex EB 81 DC 0 2D 6 8 134 49 47
Octal 353 201 334 0 55 6 10 464 111 107
Binary 11101011 10000001 11011100 0 101101 110 1000 100110100 1001001 1000111

Color Harmonies of #EB81DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81DC

Black with #EB81DC

Text Example


Text Example

White with #EB81DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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