Html Css Color HEX #EB89D2 Pale Magenta

📋 copy color: '#EB89D2'

red 235 ◦ green 137 ◦ blue 210

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

Shades of Pale Magenta #EB89D2

Tints of Pale Magenta #EB89D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.08%

R = 40.38%
G = 23.54%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB89D2 (or 0xEB89D2) is known color: Pale Magenta. HEX triplet: EB, 89 and D2. RGB value is (235,137,210). Sum of RGB (Red+Green+Blue) = 235+137+210=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89D2 is #14762D. Grayscale: #AEAEAE. Windows color (decimal): -1340974 or 13797867. OLE color: 13797867.

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

Color convert

RGB 235 137 210 -
CMYK 0 0.42 0.11 0.08
HSL 315.31º 0.71% 0.73% -
HSV(B) 315.31º 0.42% 0.92% -
XYZ 54.84 40.21 65.84 -
YUV 174.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 235 137 210 0 0.42 0.11 0.08 315.31 0.71 0.73
Hex EB 89 D2 0 2A B 8 13B 47 49
Octal 353 211 322 0 52 13 10 473 107 111
Binary 11101011 10001001 11010010 0 101010 1011 1000 100111011 1000111 1001001

Color Harmonies of #EB89D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB89D2

Black with #EB89D2

Text Example


Text Example

White with #EB89D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB89D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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