Html Css Color HEX #EA91DD Pale Magenta

📋 copy color: '#EA91DD'

red 234 ◦ green 145 ◦ blue 221

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

Shades of Pale Magenta #EA91DD

Tints of Pale Magenta #EA91DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.83%

R = 39%
G = 24.17%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA91DD (or 0xEA91DD) is known color: Pale Magenta. HEX triplet: EA, 91 and DD. RGB value is (234,145,221). Sum of RGB (Red+Green+Blue) = 234+145+221=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EA91DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA91DD is #156E22. Grayscale: #B4B4B4. Windows color (decimal): -1404451 or 14520810. OLE color: 14520810.

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

Color convert

RGB 234 145 221 -
CMYK 0 0.38 0.06 0.08
HSL 308.76º 0.68% 0.74% -
HSV(B) 308.76º 0.38% 0.92% -
XYZ 57.11 42.96 73.69 -
YUV 180.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 234 145 221 0 0.38 0.06 0.08 308.76 0.68 0.74
Hex EA 91 DD 0 26 6 8 135 44 4A
Octal 352 221 335 0 46 6 10 465 104 112
Binary 11101010 10010001 11011101 0 100110 110 1000 100110101 1000100 1001010

Color Harmonies of #EA91DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA91DD

Black with #EA91DD

Text Example


Text Example

White with #EA91DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA91DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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