Html Css Color HEX #EA92DF Pale Magenta

📋 copy color: '#EA92DF'

red 234 ◦ green 146 ◦ blue 223

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

Shades of Pale Magenta #EA92DF

Tints of Pale Magenta #EA92DF

RGB

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

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

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

R = 38.81%
G = 24.21%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA92DF (or 0xEA92DF) is known color: Pale Magenta. HEX triplet: EA, 92 and DF. RGB value is (234,146,223). Sum of RGB (Red+Green+Blue) = 234+146+223=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EA92DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA92DF is #156D20. Grayscale: #B4B4B4. Windows color (decimal): -1404193 or 14652138. OLE color: 14652138.

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

Color convert

RGB 234 146 223 -
CMYK 0 0.38 0.05 0.08
HSL 307.5º 0.68% 0.75% -
HSV(B) 307.5º 0.38% 0.92% -
XYZ 57.53 43.38 75.15 -
YUV 181.09 151.65 165.74 -
System Red Green Blue C M Y K H S L
Decimal 234 146 223 0 0.38 0.05 0.08 307.5 0.68 0.75
Hex EA 92 DF 0 26 5 8 134 44 4B
Octal 352 222 337 0 46 5 10 464 104 113
Binary 11101010 10010010 11011111 0 100110 101 1000 100110100 1000100 1001011

Color Harmonies of #EA92DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA92DF

Black with #EA92DF

Text Example


Text Example

White with #EA92DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA92DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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