Html Css Color HEX #EA94DC Plum

📋 copy color: '#EA94DC'

red 234 ◦ green 148 ◦ blue 220

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

Shades of Plum #EA94DC

Tints of Plum #EA94DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 38.87%
G = 24.58%
B = 36.54%

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

#EA94DC (or 0xEA94DC) is known color: Plum. HEX triplet: EA, 94 and DC. RGB value is (234,148,220). Sum of RGB (Red+Green+Blue) = 234+148+220=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EA94DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA94DC is #156B23. Grayscale: #B5B5B5. Windows color (decimal): -1403684 or 14456042. OLE color: 14456042.

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

Color convert

RGB 234 148 220 -
CMYK 0 0.37 0.06 0.08
HSL 309.77º 0.67% 0.75% -
HSV(B) 309.77º 0.37% 0.92% -
XYZ 57.44 43.84 73.14 -
YUV 181.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 234 148 220 0 0.37 0.06 0.08 309.77 0.67 0.75
Hex EA 94 DC 0 25 6 8 136 43 4B
Octal 352 224 334 0 45 6 10 466 103 113
Binary 11101010 10010100 11011100 0 100101 110 1000 100110110 1000011 1001011

Color Harmonies of #EA94DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA94DC

Black with #EA94DC

Text Example


Text Example

White with #EA94DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA94DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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