Html Css Color HEX #EB85DF Pale Magenta

📋 copy color: '#EB85DF'

red 235 ◦ green 133 ◦ blue 223

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

Shades of Pale Magenta #EB85DF

Tints of Pale Magenta #EB85DF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.5%

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

R = 39.76%
G = 22.5%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB85DF (or 0xEB85DF) is known color: Pale Magenta. HEX triplet: EB, 85 and DF. RGB value is (235,133,223). Sum of RGB (Red+Green+Blue) = 235+133+223=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85DF is #147A20. Grayscale: #ADADAD. Windows color (decimal): -1341985 or 14648811. OLE color: 14648811.

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

Color convert

RGB 235 133 223 -
CMYK 0 0.43 0.05 0.08
HSL 307.06º 0.72% 0.72% -
HSV(B) 307.06º 0.43% 0.92% -
XYZ 55.97 39.76 74.54 -
YUV 173.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 235 133 223 0 0.43 0.05 0.08 307.06 0.72 0.72
Hex EB 85 DF 0 2B 5 8 133 48 48
Octal 353 205 337 0 53 5 10 463 110 110
Binary 11101011 10000101 11011111 0 101011 101 1000 100110011 1001000 1001000

Color Harmonies of #EB85DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB85DF

Black with #EB85DF

Text Example


Text Example

White with #EB85DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB85DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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