Html Css Color HEX #EA91D9 Pale Magenta

📋 copy color: '#EA91D9'

red 234 ◦ green 145 ◦ blue 217

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

Shades of Pale Magenta #EA91D9

Tints of Pale Magenta #EA91D9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.33%

 BLUE value IS 217 (85.16% from 255) = 36.41%

R = 39.26%
G = 24.33%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA91D9 (or 0xEA91D9) is known color: Pale Magenta. HEX triplet: EA, 91 and D9. RGB value is (234,145,217). Sum of RGB (Red+Green+Blue) = 234+145+217=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EA91D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA91D9 is #156E26. Grayscale: #B3B3B3. Windows color (decimal): -1404455 or 14258666. OLE color: 14258666.

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

Color convert

RGB 234 145 217 -
CMYK 0 0.38 0.07 0.08
HSL 311.46º 0.68% 0.74% -
HSV(B) 311.46º 0.38% 0.92% -
XYZ 56.58 42.75 70.92 -
YUV 179.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 234 145 217 0 0.38 0.07 0.08 311.46 0.68 0.74
Hex EA 91 D9 0 26 7 8 137 44 4A
Octal 352 221 331 0 46 7 10 467 104 112
Binary 11101010 10010001 11011001 0 100110 111 1000 100110111 1000100 1001010

Color Harmonies of #EA91D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA91D9

Black with #EA91D9

Text Example


Text Example

White with #EA91D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA91D9; }

 p { color: rgb(234,145,217); }

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

background-color css

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

 a { background-color: rgb(234,145,217); }

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

border-color css

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

 span { border-color: rgb(234,145,217); }

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