Html Css Color HEX #EA8FD8 Pale Magenta

📋 copy color: '#EA8FD8'

red 234 ◦ green 143 ◦ blue 216

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

Shades of Pale Magenta #EA8FD8

Tints of Pale Magenta #EA8FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.42%

R = 39.46%
G = 24.11%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EA8FD8 (or 0xEA8FD8) is known color: Pale Magenta. HEX triplet: EA, 8F and D8. RGB value is (234,143,216). Sum of RGB (Red+Green+Blue) = 234+143+216=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FD8 is #157027. Grayscale: #B2B2B2. Windows color (decimal): -1404968 or 14192618. OLE color: 14192618.

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

Color convert

RGB 234 143 216 -
CMYK 0 0.39 0.08 0.08
HSL 311.87º 0.68% 0.74% -
HSV(B) 311.87º 0.39% 0.92% -
XYZ 56.15 42.1 70.13 -
YUV 178.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 234 143 216 0 0.39 0.08 0.08 311.87 0.68 0.74
Hex EA 8F D8 0 27 8 8 138 44 4A
Octal 352 217 330 0 47 10 10 470 104 112
Binary 11101010 10001111 11011000 0 100111 1000 1000 100111000 1000100 1001010

Color Harmonies of #EA8FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8FD8

Black with #EA8FD8

Text Example


Text Example

White with #EA8FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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