Html Css Color HEX #EA87D8 Pale Magenta

📋 copy color: '#EA87D8'

red 234 ◦ green 135 ◦ blue 216

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

Shades of Pale Magenta #EA87D8

Tints of Pale Magenta #EA87D8

RGB

 RED value IS 234 (91.8% from 255) = 40%

 GREEN value IS 135 (53.13% from 255) = 23.08%

 BLUE value IS 216 (84.77% from 255) = 36.92%

R = 40%
G = 23.08%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EA87D8 (or 0xEA87D8) is known color: Pale Magenta. HEX triplet: EA, 87 and D8. RGB value is (234,135,216). Sum of RGB (Red+Green+Blue) = 234+135+216=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 135 (53.12% from 255 or 23.08% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87D8 is #157827. Grayscale: #ADADAD. Windows color (decimal): -1407016 or 14190570. OLE color: 14190570.

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

Color convert

RGB 234 135 216 -
CMYK 0 0.42 0.08 0.08
HSL 310.91º 0.7% 0.72% -
HSV(B) 310.91º 0.42% 0.92% -
XYZ 54.99 39.78 69.75 -
YUV 173.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 234 135 216 0 0.42 0.08 0.08 310.91 0.7 0.72
Hex EA 87 D8 0 2A 8 8 137 46 48
Octal 352 207 330 0 52 10 10 467 106 110
Binary 11101010 10000111 11011000 0 101010 1000 1000 100110111 1000110 1001000

Color Harmonies of #EA87D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA87D8

Black with #EA87D8

Text Example


Text Example

White with #EA87D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA87D8; }

 p { color: rgb(234,135,216); }

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

background-color css

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

 a { background-color: rgb(234,135,216); }

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

border-color css

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

 span { border-color: rgb(234,135,216); }

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