Html Css Color HEX #EA94DF Plum

📋 copy color: '#EA94DF'

red 234 ◦ green 148 ◦ blue 223

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

Shades of Plum #EA94DF

Tints of Plum #EA94DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.46%

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

R = 38.68%
G = 24.46%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA94DF (or 0xEA94DF) is known color: Plum. HEX triplet: EA, 94 and DF. RGB value is (234,148,223). Sum of RGB (Red+Green+Blue) = 234+148+223=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EA94DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA94DF is #156B20. Grayscale: #B6B6B6. Windows color (decimal): -1403681 or 14652650. OLE color: 14652650.

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

Color convert

RGB 234 148 223 -
CMYK 0 0.37 0.05 0.08
HSL 307.67º 0.67% 0.75% -
HSV(B) 307.67º 0.37% 0.92% -
XYZ 57.84 44 75.26 -
YUV 182.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 234 148 223 0 0.37 0.05 0.08 307.67 0.67 0.75
Hex EA 94 DF 0 25 5 8 134 43 4B
Octal 352 224 337 0 45 5 10 464 103 113
Binary 11101010 10010100 11011111 0 100101 101 1000 100110100 1000011 1001011

Color Harmonies of #EA94DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA94DF

Black with #EA94DF

Text Example


Text Example

White with #EA94DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA94DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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