Html Css Color HEX #EA8FD2 Pale Magenta

📋 copy color: '#EA8FD2'

red 234 ◦ green 143 ◦ blue 210

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

Shades of Pale Magenta #EA8FD2

Tints of Pale Magenta #EA8FD2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.36%

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

R = 39.86%
G = 24.36%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA8FD2 (or 0xEA8FD2) is known color: Pale Magenta. HEX triplet: EA, 8F and D2. RGB value is (234,143,210). Sum of RGB (Red+Green+Blue) = 234+143+210=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FD2 is #15702D. Grayscale: #B1B1B1. Windows color (decimal): -1404974 or 13799402. OLE color: 13799402.

HSL color Cylindrical-coordinate representation of color #EA8FD2: hue angle of 315.82º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8FD2 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 143 210 -
CMYK 0 0.39 0.10 0.08
HSL 315.82º 0.68% 0.74% -
HSV(B) 315.82º 0.39% 0.92% -
XYZ 55.39 41.79 66.12 -
YUV 177.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 234 143 210 0 0.39 0.10 0.08 315.82 0.68 0.74
Hex EA 8F D2 0 27 A 8 13C 44 4A
Octal 352 217 322 0 47 12 10 474 104 112
Binary 11101010 10001111 11010010 0 100111 1010 1000 100111100 1000100 1001010

Color Harmonies of #EA8FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8FD2

Black with #EA8FD2

Text Example


Text Example

White with #EA8FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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