Html Css Color HEX #EA87DC Pale Magenta

📋 copy color: '#EA87DC'

red 234 ◦ green 135 ◦ blue 220

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

Shades of Pale Magenta #EA87DC

Tints of Pale Magenta #EA87DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.35%

R = 39.73%
G = 22.92%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA87DC (or 0xEA87DC) is known color: Pale Magenta. HEX triplet: EA, 87 and DC. RGB value is (234,135,220). Sum of RGB (Red+Green+Blue) = 234+135+220=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 135 (53.12% from 255 or 22.92% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87DC is #157823. Grayscale: #AEAEAE. Windows color (decimal): -1407012 or 14452714. OLE color: 14452714.

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

Color convert

RGB 234 135 220 -
CMYK 0 0.42 0.06 0.08
HSL 308.48º 0.7% 0.72% -
HSV(B) 308.48º 0.42% 0.92% -
XYZ 55.51 39.99 72.5 -
YUV 174.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 234 135 220 0 0.42 0.06 0.08 308.48 0.7 0.72
Hex EA 87 DC 0 2A 6 8 134 46 48
Octal 352 207 334 0 52 6 10 464 106 110
Binary 11101010 10000111 11011100 0 101010 110 1000 100110100 1000110 1001000

Color Harmonies of #EA87DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA87DC

Black with #EA87DC

Text Example


Text Example

White with #EA87DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA87DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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