Html Css Color HEX #EA87E0 Pale Magenta

📋 copy color: '#EA87E0'

red 234 ◦ green 135 ◦ blue 224

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

Shades of Pale Magenta #EA87E0

Tints of Pale Magenta #EA87E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.77%

R = 39.46%
G = 22.77%
B = 37.77%

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

#EA87E0 (or 0xEA87E0) is known color: Pale Magenta. HEX triplet: EA, 87 and E0. RGB value is (234,135,224). Sum of RGB (Red+Green+Blue) = 234+135+224=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 135 (53.12% from 255 or 22.77% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87E0 is #15781F. Grayscale: #AEAEAE. Windows color (decimal): -1407008 or 14714858. OLE color: 14714858.

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

Color convert

RGB 234 135 224 -
CMYK 0 0.42 0.04 0.08
HSL 306.06º 0.7% 0.72% -
HSV(B) 306.06º 0.42% 0.92% -
XYZ 56.05 40.2 75.33 -
YUV 174.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 234 135 224 0 0.42 0.04 0.08 306.06 0.7 0.72
Hex EA 87 E0 0 2A 4 8 132 46 48
Octal 352 207 340 0 52 4 10 462 106 110
Binary 11101010 10000111 11100000 0 101010 100 1000 100110010 1000110 1001000

Color Harmonies of #EA87E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA87E0

Black with #EA87E0

Text Example


Text Example

White with #EA87E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA87E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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