Html Css Color HEX #EA91D7 Pale Magenta

📋 copy color: '#EA91D7'

red 234 ◦ green 145 ◦ blue 215

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

Shades of Pale Magenta #EA91D7

Tints of Pale Magenta #EA91D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.2%

R = 39.39%
G = 24.41%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EA91D7 (or 0xEA91D7) is known color: Pale Magenta. HEX triplet: EA, 91 and D7. RGB value is (234,145,215). Sum of RGB (Red+Green+Blue) = 234+145+215=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA91D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA91D7 is #156E28. Grayscale: #B3B3B3. Windows color (decimal): -1404457 or 14127594. OLE color: 14127594.

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

Color convert

RGB 234 145 215 -
CMYK 0 0.38 0.08 0.08
HSL 312.81º 0.68% 0.74% -
HSV(B) 312.81º 0.38% 0.92% -
XYZ 56.32 42.65 69.55 -
YUV 179.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 234 145 215 0 0.38 0.08 0.08 312.81 0.68 0.74
Hex EA 91 D7 0 26 8 8 139 44 4A
Octal 352 221 327 0 46 10 10 471 104 112
Binary 11101010 10010001 11010111 0 100110 1000 1000 100111001 1000100 1001010

Color Harmonies of #EA91D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA91D7

Black with #EA91D7

Text Example


Text Example

White with #EA91D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA91D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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