Html Css Color HEX #EA93DB Pale Magenta

📋 copy color: '#EA93DB'

red 234 ◦ green 147 ◦ blue 219

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

Shades of Pale Magenta #EA93DB

Tints of Pale Magenta #EA93DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.5%

 BLUE value IS 219 (85.94% from 255) = 36.5%

R = 39%
G = 24.5%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA93DB (or 0xEA93DB) is known color: Pale Magenta. HEX triplet: EA, 93 and DB. RGB value is (234,147,219). Sum of RGB (Red+Green+Blue) = 234+147+219=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93DB is #156C24. Grayscale: #B5B5B5. Windows color (decimal): -1403941 or 14390250. OLE color: 14390250.

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

Color convert

RGB 234 147 219 -
CMYK 0 0.37 0.06 0.08
HSL 310.34º 0.67% 0.75% -
HSV(B) 310.34º 0.37% 0.92% -
XYZ 57.15 43.47 72.4 -
YUV 181.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 234 147 219 0 0.37 0.06 0.08 310.34 0.67 0.75
Hex EA 93 DB 0 25 6 8 136 43 4B
Octal 352 223 333 0 45 6 10 466 103 113
Binary 11101010 10010011 11011011 0 100101 110 1000 100110110 1000011 1001011

Color Harmonies of #EA93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA93DB

Black with #EA93DB

Text Example


Text Example

White with #EA93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA93DB; }

 p { color: rgb(234,147,219); }

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

background-color css

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

 a { background-color: rgb(234,147,219); }

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

border-color css

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

 span { border-color: rgb(234,147,219); }

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