Html Css Color HEX #EB89D5 Pale Magenta

📋 copy color: '#EB89D5'

red 235 ◦ green 137 ◦ blue 213

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

Shades of Pale Magenta #EB89D5

Tints of Pale Magenta #EB89D5

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.42%

 BLUE value IS 213 (83.59% from 255) = 36.41%

R = 40.17%
G = 23.42%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EB89D5 (or 0xEB89D5) is known color: Pale Magenta. HEX triplet: EB, 89 and D5. RGB value is (235,137,213). Sum of RGB (Red+Green+Blue) = 235+137+213=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89D5 is #14762A. Grayscale: #AEAEAE. Windows color (decimal): -1340971 or 13994475. OLE color: 13994475.

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

Color convert

RGB 235 137 213 -
CMYK 0 0.42 0.09 0.08
HSL 313.47º 0.71% 0.73% -
HSV(B) 313.47º 0.42% 0.92% -
XYZ 55.22 40.36 67.83 -
YUV 174.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 235 137 213 0 0.42 0.09 0.08 313.47 0.71 0.73
Hex EB 89 D5 0 2A 9 8 139 47 49
Octal 353 211 325 0 52 11 10 471 107 111
Binary 11101011 10001001 11010101 0 101010 1001 1000 100111001 1000111 1001001

Color Harmonies of #EB89D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB89D5

Black with #EB89D5

Text Example


Text Example

White with #EB89D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB89D5; }

 p { color: rgb(235,137,213); }

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

background-color css

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

 a { background-color: rgb(235,137,213); }

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

border-color css

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

 span { border-color: rgb(235,137,213); }

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