Html Css Color HEX #EB81D3 Pale Magenta

📋 copy color: '#EB81D3'

red 235 ◦ green 129 ◦ blue 211

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

Shades of Pale Magenta #EB81D3

Tints of Pale Magenta #EB81D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.7%

R = 40.87%
G = 22.43%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB81D3 (or 0xEB81D3) is known color: Pale Magenta. HEX triplet: EB, 81 and D3. RGB value is (235,129,211). Sum of RGB (Red+Green+Blue) = 235+129+211=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81D3 is #147E2C. Grayscale: #A9A9A9. Windows color (decimal): -1343021 or 13861355. OLE color: 13861355.

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

Color convert

RGB 235 129 211 -
CMYK 0 0.45 0.10 0.08
HSL 313.58º 0.73% 0.71% -
HSV(B) 313.58º 0.45% 0.92% -
XYZ 53.87 38.07 66.14 -
YUV 170.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 235 129 211 0 0.45 0.10 0.08 313.58 0.73 0.71
Hex EB 81 D3 0 2D A 8 13A 49 47
Octal 353 201 323 0 55 12 10 472 111 107
Binary 11101011 10000001 11010011 0 101101 1010 1000 100111010 1001001 1000111

Color Harmonies of #EB81D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81D3

Black with #EB81D3

Text Example


Text Example

White with #EB81D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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