Html Css Color HEX #E095CF Plum

📋 copy color: '#E095CF'

red 224 ◦ green 149 ◦ blue 207

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

Shades of Plum #E095CF

Tints of Plum #E095CF

RGB

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

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

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

R = 38.62%
G = 25.69%
B = 35.69%

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

#E095CF (or 0xE095CF) is known color: Plum. HEX triplet: E0, 95 and CF. RGB value is (224,149,207). Sum of RGB (Red+Green+Blue) = 224+149+207=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E095CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095CF is #1F6A30. Grayscale: #B1B1B1. Windows color (decimal): -2058801 or 13604320. OLE color: 13604320.

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

Color convert

RGB 224 149 207 -
CMYK 0 0.33 0.08 0.12
HSL 313.6º 0.55% 0.73% -
HSV(B) 313.6º 0.33% 0.88% -
XYZ 52.75 41.85 64.33 -
YUV 178.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 224 149 207 0 0.33 0.08 0.12 313.6 0.55 0.73
Hex E0 95 CF 0 21 8 C 13A 37 49
Octal 340 225 317 0 41 10 14 472 67 111
Binary 11100000 10010101 11001111 0 100001 1000 1100 100111010 110111 1001001

Color Harmonies of #E095CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095CF

Black with #E095CF

Text Example


Text Example

White with #E095CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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