Html Css Color HEX #EA87D4 Pale Magenta

📋 copy color: '#EA87D4'

red 234 ◦ green 135 ◦ blue 212

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

Shades of Pale Magenta #EA87D4

Tints of Pale Magenta #EA87D4

RGB

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

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

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

R = 40.28%
G = 23.24%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA87D4 (or 0xEA87D4) is known color: Pale Magenta. HEX triplet: EA, 87 and D4. RGB value is (234,135,212). Sum of RGB (Red+Green+Blue) = 234+135+212=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 135 (53.12% from 255 or 23.24% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87D4 is #15782B. Grayscale: #ADADAD. Windows color (decimal): -1407020 or 13928426. OLE color: 13928426.

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

Color convert

RGB 234 135 212 -
CMYK 0 0.42 0.09 0.08
HSL 313.33º 0.7% 0.72% -
HSV(B) 313.33º 0.42% 0.92% -
XYZ 54.48 39.57 67.05 -
YUV 173.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 234 135 212 0 0.42 0.09 0.08 313.33 0.7 0.72
Hex EA 87 D4 0 2A 9 8 139 46 48
Octal 352 207 324 0 52 11 10 471 106 110
Binary 11101010 10000111 11010100 0 101010 1001 1000 100111001 1000110 1001000

Color Harmonies of #EA87D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA87D4

Black with #EA87D4

Text Example


Text Example

White with #EA87D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA87D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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