Html Css Color HEX #E190CE Plum

📋 copy color: '#E190CE'

red 225 ◦ green 144 ◦ blue 206

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

Shades of Plum #E190CE

Tints of Plum #E190CE

RGB

 RED value IS 225 (88.28% from 255) = 39.13%

 GREEN value IS 144 (56.64% from 255) = 25.04%

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

R = 39.13%
G = 25.04%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E190CE (or 0xE190CE) is known color: Plum. HEX triplet: E1, 90 and CE. RGB value is (225,144,206). Sum of RGB (Red+Green+Blue) = 225+144+206=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E190CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190CE is #1E6F31. Grayscale: #AFAFAF. Windows color (decimal): -1994546 or 13537505. OLE color: 13537505.

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

Color convert

RGB 225 144 206 -
CMYK 0 0.36 0.08 0.12
HSL 314.07º 0.57% 0.72% -
HSV(B) 314.07º 0.36% 0.88% -
XYZ 52.17 40.41 63.44 -
YUV 175.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 225 144 206 0 0.36 0.08 0.12 314.07 0.57 0.72
Hex E1 90 CE 0 24 8 C 13A 39 48
Octal 341 220 316 0 44 10 14 472 71 110
Binary 11100001 10010000 11001110 0 100100 1000 1100 100111010 111001 1001000

Color Harmonies of #E190CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E190CE

Black with #E190CE

Text Example


Text Example

White with #E190CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E190CE; }

 p { color: rgb(225,144,206); }

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

background-color css

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

 a { background-color: rgb(225,144,206); }

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

border-color css

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

 span { border-color: rgb(225,144,206); }

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