Html Css Color HEX #EB83D8 Pale Magenta

📋 copy color: '#EB83D8'

red 235 ◦ green 131 ◦ blue 216

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

Shades of Pale Magenta #EB83D8

Tints of Pale Magenta #EB83D8

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.51%

 BLUE value IS 216 (84.77% from 255) = 37.11%

R = 40.38%
G = 22.51%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EB83D8 (or 0xEB83D8) is known color: Pale Magenta. HEX triplet: EB, 83 and D8. RGB value is (235,131,216). Sum of RGB (Red+Green+Blue) = 235+131+216=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 131 (51.56% from 255 or 22.51% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83D8 is #147C27. Grayscale: #ABABAB. Windows color (decimal): -1342504 or 14189547. OLE color: 14189547.

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

Color convert

RGB 235 131 216 -
CMYK 0 0.44 0.08 0.08
HSL 310.96º 0.72% 0.72% -
HSV(B) 310.96º 0.44% 0.92% -
XYZ 54.77 38.85 69.58 -
YUV 171.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 235 131 216 0 0.44 0.08 0.08 310.96 0.72 0.72
Hex EB 83 D8 0 2C 8 8 137 48 48
Octal 353 203 330 0 54 10 10 467 110 110
Binary 11101011 10000011 11011000 0 101100 1000 1000 100110111 1001000 1001000

Color Harmonies of #EB83D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB83D8

Black with #EB83D8

Text Example


Text Example

White with #EB83D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB83D8; }

 p { color: rgb(235,131,216); }

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

background-color css

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

 a { background-color: rgb(235,131,216); }

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

border-color css

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

 span { border-color: rgb(235,131,216); }

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