Html Css Color HEX #EA8BD2 Pale Magenta

📋 copy color: '#EA8BD2'

red 234 ◦ green 139 ◦ blue 210

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

Shades of Pale Magenta #EA8BD2

Tints of Pale Magenta #EA8BD2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.84%

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

R = 40.14%
G = 23.84%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA8BD2 (or 0xEA8BD2) is known color: Pale Magenta. HEX triplet: EA, 8B and D2. RGB value is (234,139,210). Sum of RGB (Red+Green+Blue) = 234+139+210=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BD2 is #15742D. Grayscale: #AFAFAF. Windows color (decimal): -1405998 or 13798378. OLE color: 13798378.

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

Color convert

RGB 234 139 210 -
CMYK 0 0.41 0.10 0.08
HSL 315.16º 0.69% 0.73% -
HSV(B) 315.16º 0.41% 0.92% -
XYZ 54.8 40.61 65.92 -
YUV 175.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 234 139 210 0 0.41 0.10 0.08 315.16 0.69 0.73
Hex EA 8B D2 0 29 A 8 13B 45 49
Octal 352 213 322 0 51 12 10 473 105 111
Binary 11101010 10001011 11010010 0 101001 1010 1000 100111011 1000101 1001001

Color Harmonies of #EA8BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8BD2

Black with #EA8BD2

Text Example


Text Example

White with #EA8BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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