Html Css Color HEX #EB85D4 Pale Magenta

📋 copy color: '#EB85D4'

red 235 ◦ green 133 ◦ blue 212

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

Shades of Pale Magenta #EB85D4

Tints of Pale Magenta #EB85D4

RGB

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

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

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

R = 40.52%
G = 22.93%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB85D4 (or 0xEB85D4) is known color: Pale Magenta. HEX triplet: EB, 85 and D4. RGB value is (235,133,212). Sum of RGB (Red+Green+Blue) = 235+133+212=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85D4 is #147A2B. Grayscale: #ACACAC. Windows color (decimal): -1341996 or 13927915. OLE color: 13927915.

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

Color convert

RGB 235 133 212 -
CMYK 0 0.43 0.10 0.08
HSL 313.53º 0.72% 0.72% -
HSV(B) 313.53º 0.43% 0.92% -
XYZ 54.53 39.19 66.98 -
YUV 172.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 235 133 212 0 0.43 0.10 0.08 313.53 0.72 0.72
Hex EB 85 D4 0 2B A 8 13A 48 48
Octal 353 205 324 0 53 12 10 472 110 110
Binary 11101011 10000101 11010100 0 101011 1010 1000 100111010 1001000 1001000

Color Harmonies of #EB85D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB85D4

Black with #EB85D4

Text Example


Text Example

White with #EB85D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB85D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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