Html Css Color HEX #EB84DF Pale Magenta

📋 copy color: '#EB84DF'

red 235 ◦ green 132 ◦ blue 223

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

Shades of Pale Magenta #EB84DF

Tints of Pale Magenta #EB84DF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.37%

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

R = 39.83%
G = 22.37%
B = 37.8%

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

#EB84DF (or 0xEB84DF) is known color: Pale Magenta. HEX triplet: EB, 84 and DF. RGB value is (235,132,223). Sum of RGB (Red+Green+Blue) = 235+132+223=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84DF is #147B20. Grayscale: #ACACAC. Windows color (decimal): -1342241 or 14648555. OLE color: 14648555.

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

Color convert

RGB 235 132 223 -
CMYK 0 0.44 0.05 0.08
HSL 306.99º 0.72% 0.72% -
HSV(B) 306.99º 0.44% 0.92% -
XYZ 55.83 39.49 74.49 -
YUV 173.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 235 132 223 0 0.44 0.05 0.08 306.99 0.72 0.72
Hex EB 84 DF 0 2C 5 8 133 48 48
Octal 353 204 337 0 54 5 10 463 110 110
Binary 11101011 10000100 11011111 0 101100 101 1000 100110011 1001000 1001000

Color Harmonies of #EB84DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB84DF

Black with #EB84DF

Text Example


Text Example

White with #EB84DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB84DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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