Html Css Color HEX #EB80D4 Pale Magenta

📋 copy color: '#EB80D4'

red 235 ◦ green 128 ◦ blue 212

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

Shades of Pale Magenta #EB80D4

Tints of Pale Magenta #EB80D4

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.26%

 BLUE value IS 212 (83.2% from 255) = 36.87%

R = 40.87%
G = 22.26%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB80D4 (or 0xEB80D4) is known color: Pale Magenta. HEX triplet: EB, 80 and D4. RGB value is (235,128,212). Sum of RGB (Red+Green+Blue) = 235+128+212=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80D4 is #147F2B. Grayscale: #A9A9A9. Windows color (decimal): -1343276 or 13926635. OLE color: 13926635.

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

Color convert

RGB 235 128 212 -
CMYK 0 0.46 0.10 0.08
HSL 312.9º 0.73% 0.71% -
HSV(B) 312.9º 0.46% 0.92% -
XYZ 53.86 37.85 66.75 -
YUV 169.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 235 128 212 0 0.46 0.10 0.08 312.9 0.73 0.71
Hex EB 80 D4 0 2E A 8 139 49 47
Octal 353 200 324 0 56 12 10 471 111 107
Binary 11101011 10000000 11010100 0 101110 1010 1000 100111001 1001001 1000111

Color Harmonies of #EB80D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB80D4

Black with #EB80D4

Text Example


Text Example

White with #EB80D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB80D4; }

 p { color: rgb(235,128,212); }

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

background-color css

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

 a { background-color: rgb(235,128,212); }

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

border-color css

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

 span { border-color: rgb(235,128,212); }

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