Html Css Color HEX #EB89D4 Pale Magenta

📋 copy color: '#EB89D4'

red 235 ◦ green 137 ◦ blue 212

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

Shades of Pale Magenta #EB89D4

Tints of Pale Magenta #EB89D4

RGB

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

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

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

R = 40.24%
G = 23.46%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB89D4 (or 0xEB89D4) is known color: Pale Magenta. HEX triplet: EB, 89 and D4. RGB value is (235,137,212). Sum of RGB (Red+Green+Blue) = 235+137+212=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 137 (53.91% from 255 or 23.46% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89D4 is #14762B. Grayscale: #AEAEAE. Windows color (decimal): -1340972 or 13928939. OLE color: 13928939.

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

Color convert

RGB 235 137 212 -
CMYK 0 0.42 0.10 0.08
HSL 314.08º 0.71% 0.73% -
HSV(B) 314.08º 0.42% 0.92% -
XYZ 55.09 40.31 67.16 -
YUV 174.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 235 137 212 0 0.42 0.10 0.08 314.08 0.71 0.73
Hex EB 89 D4 0 2A A 8 13A 47 49
Octal 353 211 324 0 52 12 10 472 107 111
Binary 11101011 10001001 11010100 0 101010 1010 1000 100111010 1000111 1001001

Color Harmonies of #EB89D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB89D4

Black with #EB89D4

Text Example


Text Example

White with #EB89D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB89D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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