Html Css Color HEX #EB89E1 Pale Magenta

📋 copy color: '#EB89E1'

red 235 ◦ green 137 ◦ blue 225

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

Shades of Pale Magenta #EB89E1

Tints of Pale Magenta #EB89E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.69%

R = 39.36%
G = 22.95%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EB89E1 (or 0xEB89E1) is known color: Pale Magenta. HEX triplet: EB, 89 and E1. RGB value is (235,137,225). Sum of RGB (Red+Green+Blue) = 235+137+225=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 137 (53.91% from 255 or 22.95% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89E1 is #14761E. Grayscale: #B0B0B0. Windows color (decimal): -1340959 or 14780907. OLE color: 14780907.

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

Color convert

RGB 235 137 225 -
CMYK 0 0.42 0.04 0.08
HSL 306.12º 0.71% 0.73% -
HSV(B) 306.12º 0.42% 0.92% -
XYZ 56.8 40.99 76.15 -
YUV 176.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 235 137 225 0 0.42 0.04 0.08 306.12 0.71 0.73
Hex EB 89 E1 0 2A 4 8 132 47 49
Octal 353 211 341 0 52 4 10 462 107 111
Binary 11101011 10001001 11100001 0 101010 100 1000 100110010 1000111 1001001

Color Harmonies of #EB89E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB89E1

Black with #EB89E1

Text Example


Text Example

White with #EB89E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB89E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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