Html Css Color HEX #EB81D1 Pale Magenta

📋 copy color: '#EB81D1'

red 235 ◦ green 129 ◦ blue 209

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

Shades of Pale Magenta #EB81D1

Tints of Pale Magenta #EB81D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.47%

R = 41.01%
G = 22.51%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB81D1 (or 0xEB81D1) is known color: Pale Magenta. HEX triplet: EB, 81 and D1. RGB value is (235,129,209). Sum of RGB (Red+Green+Blue) = 235+129+209=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81D1 is #147E2E. Grayscale: #A9A9A9. Windows color (decimal): -1343023 or 13730283. OLE color: 13730283.

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

Color convert

RGB 235 129 209 -
CMYK 0 0.45 0.11 0.08
HSL 314.72º 0.73% 0.71% -
HSV(B) 314.72º 0.45% 0.92% -
XYZ 53.62 37.97 64.82 -
YUV 169.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 235 129 209 0 0.45 0.11 0.08 314.72 0.73 0.71
Hex EB 81 D1 0 2D B 8 13B 49 47
Octal 353 201 321 0 55 13 10 473 111 107
Binary 11101011 10000001 11010001 0 101101 1011 1000 100111011 1001001 1000111

Color Harmonies of #EB81D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81D1

Black with #EB81D1

Text Example


Text Example

White with #EB81D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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