Html Css Color HEX #EA8FDA Pale Magenta

📋 copy color: '#EA8FDA'

red 234 ◦ green 143 ◦ blue 218

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

Shades of Pale Magenta #EA8FDA

Tints of Pale Magenta #EA8FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.64%

R = 39.33%
G = 24.03%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA8FDA (or 0xEA8FDA) is known color: Pale Magenta. HEX triplet: EA, 8F and DA. RGB value is (234,143,218). Sum of RGB (Red+Green+Blue) = 234+143+218=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FDA is #157025. Grayscale: #B2B2B2. Windows color (decimal): -1404966 or 14323690. OLE color: 14323690.

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

Color convert

RGB 234 143 218 -
CMYK 0 0.39 0.07 0.08
HSL 310.55º 0.68% 0.74% -
HSV(B) 310.55º 0.39% 0.92% -
XYZ 56.41 42.2 71.5 -
YUV 178.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 234 143 218 0 0.39 0.07 0.08 310.55 0.68 0.74
Hex EA 8F DA 0 27 7 8 137 44 4A
Octal 352 217 332 0 47 7 10 467 104 112
Binary 11101010 10001111 11011010 0 100111 111 1000 100110111 1000100 1001010

Color Harmonies of #EA8FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8FDA

Black with #EA8FDA

Text Example


Text Example

White with #EA8FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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