Html Css Color HEX #E095CE Plum

📋 copy color: '#E095CE'

red 224 ◦ green 149 ◦ blue 206

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

Shades of Plum #E095CE

Tints of Plum #E095CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.73%

 BLUE value IS 206 (80.86% from 255) = 35.58%

R = 38.69%
G = 25.73%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E095CE (or 0xE095CE) is known color: Plum. HEX triplet: E0, 95 and CE. RGB value is (224,149,206). Sum of RGB (Red+Green+Blue) = 224+149+206=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E095CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095CE is #1F6A31. Grayscale: #B1B1B1. Windows color (decimal): -2058802 or 13538784. OLE color: 13538784.

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

Color convert

RGB 224 149 206 -
CMYK 0 0.33 0.08 0.12
HSL 314.4º 0.55% 0.73% -
HSV(B) 314.4º 0.33% 0.88% -
XYZ 52.63 41.8 63.69 -
YUV 177.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 224 149 206 0 0.33 0.08 0.12 314.4 0.55 0.73
Hex E0 95 CE 0 21 8 C 13A 37 49
Octal 340 225 316 0 41 10 14 472 67 111
Binary 11100000 10010101 11001110 0 100001 1000 1100 100111010 110111 1001001

Color Harmonies of #E095CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095CE

Black with #E095CE

Text Example


Text Example

White with #E095CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095CE; }

 p { color: rgb(224,149,206); }

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

background-color css

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

 a { background-color: rgb(224,149,206); }

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

border-color css

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

 span { border-color: rgb(224,149,206); }

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