Html Css Color HEX #EA8ADF Pale Magenta

📋 copy color: '#EA8ADF'

red 234 ◦ green 138 ◦ blue 223

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

Shades of Pale Magenta #EA8ADF

Tints of Pale Magenta #EA8ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.19%

 BLUE value IS 223 (87.5% from 255) = 37.48%

R = 39.33%
G = 23.19%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA8ADF (or 0xEA8ADF) is known color: Pale Magenta. HEX triplet: EA, 8A and DF. RGB value is (234,138,223). Sum of RGB (Red+Green+Blue) = 234+138+223=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ADF is #157520. Grayscale: #B0B0B0. Windows color (decimal): -1406241 or 14650090. OLE color: 14650090.

HSL color Cylindrical-coordinate representation of color #EA8ADF: hue angle of 306.88º degrees, saturation: 0.7, 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 #EA8ADF is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 138 223 -
CMYK 0 0.41 0.05 0.08
HSL 306.88º 0.7% 0.73% -
HSV(B) 306.88º 0.41% 0.92% -
XYZ 56.34 41 74.76 -
YUV 176.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 234 138 223 0 0.41 0.05 0.08 306.88 0.7 0.73
Hex EA 8A DF 0 29 5 8 133 46 49
Octal 352 212 337 0 51 5 10 463 106 111
Binary 11101010 10001010 11011111 0 101001 101 1000 100110011 1000110 1001001

Color Harmonies of #EA8ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8ADF

Black with #EA8ADF

Text Example


Text Example

White with #EA8ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8ADF; }

 p { color: rgb(234,138,223); }

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

background-color css

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

 a { background-color: rgb(234,138,223); }

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

border-color css

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

 span { border-color: rgb(234,138,223); }

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