Html Css Color HEX #EA92D9 Pale Magenta

📋 copy color: '#EA92D9'

red 234 ◦ green 146 ◦ blue 217

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

Shades of Pale Magenta #EA92D9

Tints of Pale Magenta #EA92D9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.46%

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

R = 39.2%
G = 24.46%
B = 36.35%

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

#EA92D9 (or 0xEA92D9) is known color: Pale Magenta. HEX triplet: EA, 92 and D9. RGB value is (234,146,217). Sum of RGB (Red+Green+Blue) = 234+146+217=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EA92D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA92D9 is #156D26. Grayscale: #B4B4B4. Windows color (decimal): -1404199 or 14258922. OLE color: 14258922.

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

Color convert

RGB 234 146 217 -
CMYK 0 0.38 0.07 0.08
HSL 311.59º 0.68% 0.75% -
HSV(B) 311.59º 0.38% 0.92% -
XYZ 56.73 43.06 70.97 -
YUV 180.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 234 146 217 0 0.38 0.07 0.08 311.59 0.68 0.75
Hex EA 92 D9 0 26 7 8 138 44 4B
Octal 352 222 331 0 46 7 10 470 104 113
Binary 11101010 10010010 11011001 0 100110 111 1000 100111000 1000100 1001011

Color Harmonies of #EA92D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA92D9

Black with #EA92D9

Text Example


Text Example

White with #EA92D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA92D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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