Html Css Color HEX #EB81DF Pale Magenta

📋 copy color: '#EB81DF'

red 235 ◦ green 129 ◦ blue 223

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

Shades of Pale Magenta #EB81DF

Tints of Pale Magenta #EB81DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.99%

R = 40.03%
G = 21.98%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB81DF (or 0xEB81DF) is known color: Pale Magenta. HEX triplet: EB, 81 and DF. RGB value is (235,129,223). Sum of RGB (Red+Green+Blue) = 235+129+223=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81DF is #147E20. Grayscale: #ABABAB. Windows color (decimal): -1343009 or 14647787. OLE color: 14647787.

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

Color convert

RGB 235 129 223 -
CMYK 0 0.45 0.05 0.08
HSL 306.79º 0.73% 0.71% -
HSV(B) 306.79º 0.45% 0.92% -
XYZ 55.43 38.69 74.36 -
YUV 171.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 235 129 223 0 0.45 0.05 0.08 306.79 0.73 0.71
Hex EB 81 DF 0 2D 5 8 133 49 47
Octal 353 201 337 0 55 5 10 463 111 107
Binary 11101011 10000001 11011111 0 101101 101 1000 100110011 1001001 1000111

Color Harmonies of #EB81DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81DF

Black with #EB81DF

Text Example


Text Example

White with #EB81DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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