Html Css Color HEX #E094CF Plum

📋 copy color: '#E094CF'

red 224 ◦ green 148 ◦ blue 207

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

Shades of Plum #E094CF

Tints of Plum #E094CF

RGB

 RED value IS 224 (87.89% from 255) = 38.69%

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

 BLUE value IS 207 (81.25% from 255) = 35.75%

R = 38.69%
G = 25.56%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E094CF (or 0xE094CF) is known color: Plum. HEX triplet: E0, 94 and CF. RGB value is (224,148,207). Sum of RGB (Red+Green+Blue) = 224+148+207=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E094CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094CF is #1F6B30. Grayscale: #B1B1B1. Windows color (decimal): -2059057 or 13604064. OLE color: 13604064.

HSL color Cylindrical-coordinate representation of color #E094CF: hue angle of 313.42º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E094CF is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 148 207 -
CMYK 0 0.34 0.08 0.12
HSL 313.42º 0.55% 0.73% -
HSV(B) 313.42º 0.34% 0.88% -
XYZ 52.59 41.53 64.28 -
YUV 177.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 224 148 207 0 0.34 0.08 0.12 313.42 0.55 0.73
Hex E0 94 CF 0 22 8 C 139 37 49
Octal 340 224 317 0 42 10 14 471 67 111
Binary 11100000 10010100 11001111 0 100010 1000 1100 100111001 110111 1001001

Color Harmonies of #E094CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094CF

Black with #E094CF

Text Example


Text Example

White with #E094CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094CF; }

 p { color: rgb(224,148,207); }

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

background-color css

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

 a { background-color: rgb(224,148,207); }

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

border-color css

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

 span { border-color: rgb(224,148,207); }

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