Html Css Color HEX #EB83DF Pale Magenta

📋 copy color: '#EB83DF'

red 235 ◦ green 131 ◦ blue 223

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

Shades of Pale Magenta #EB83DF

Tints of Pale Magenta #EB83DF

RGB

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

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

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

R = 39.9%
G = 22.24%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB83DF (or 0xEB83DF) is known color: Pale Magenta. HEX triplet: EB, 83 and DF. RGB value is (235,131,223). Sum of RGB (Red+Green+Blue) = 235+131+223=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83DF is #147C20. Grayscale: #ACACAC. Windows color (decimal): -1342497 or 14648299. OLE color: 14648299.

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

Color convert

RGB 235 131 223 -
CMYK 0 0.44 0.05 0.08
HSL 306.92º 0.72% 0.72% -
HSV(B) 306.92º 0.44% 0.92% -
XYZ 55.7 39.22 74.45 -
YUV 172.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 235 131 223 0 0.44 0.05 0.08 306.92 0.72 0.72
Hex EB 83 DF 0 2C 5 8 133 48 48
Octal 353 203 337 0 54 5 10 463 110 110
Binary 11101011 10000011 11011111 0 101100 101 1000 100110011 1001000 1001000

Color Harmonies of #EB83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB83DF

Black with #EB83DF

Text Example


Text Example

White with #EB83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB83DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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