Html Css Color HEX #EA87D2 Pale Magenta

📋 copy color: '#EA87D2'

red 234 ◦ green 135 ◦ blue 210

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

Shades of Pale Magenta #EA87D2

Tints of Pale Magenta #EA87D2

RGB

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

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

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

R = 40.41%
G = 23.32%
B = 36.27%

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

#EA87D2 (or 0xEA87D2) is known color: Pale Magenta. HEX triplet: EA, 87 and D2. RGB value is (234,135,210). Sum of RGB (Red+Green+Blue) = 234+135+210=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 135 (53.12% from 255 or 23.32% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87D2 is #15782D. Grayscale: #ACACAC. Windows color (decimal): -1407022 or 13797354. OLE color: 13797354.

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

Color convert

RGB 234 135 210 -
CMYK 0 0.42 0.10 0.08
HSL 314.55º 0.7% 0.72% -
HSV(B) 314.55º 0.42% 0.92% -
XYZ 54.23 39.47 65.73 -
YUV 173.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 234 135 210 0 0.42 0.10 0.08 314.55 0.7 0.72
Hex EA 87 D2 0 2A A 8 13B 46 48
Octal 352 207 322 0 52 12 10 473 106 110
Binary 11101010 10000111 11010010 0 101010 1010 1000 100111011 1000110 1001000

Color Harmonies of #EA87D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA87D2

Black with #EA87D2

Text Example


Text Example

White with #EA87D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA87D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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