Html Css Color HEX #E190CF Plum

📋 copy color: '#E190CF'

red 225 ◦ green 144 ◦ blue 207

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

Shades of Plum #E190CF

Tints of Plum #E190CF

RGB

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

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

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

R = 39.06%
G = 25%
B = 35.94%

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

#E190CF (or 0xE190CF) is known color: Plum. HEX triplet: E1, 90 and CF. RGB value is (225,144,207). Sum of RGB (Red+Green+Blue) = 225+144+207=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E190CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190CF is #1E6F30. Grayscale: #AFAFAF. Windows color (decimal): -1994545 or 13603041. OLE color: 13603041.

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

Color convert

RGB 225 144 207 -
CMYK 0 0.36 0.08 0.12
HSL 313.33º 0.57% 0.72% -
HSV(B) 313.33º 0.36% 0.88% -
XYZ 52.29 40.46 64.09 -
YUV 175.4 145.84 163.38 -
System Red Green Blue C M Y K H S L
Decimal 225 144 207 0 0.36 0.08 0.12 313.33 0.57 0.72
Hex E1 90 CF 0 24 8 C 139 39 48
Octal 341 220 317 0 44 10 14 471 71 110
Binary 11100001 10010000 11001111 0 100100 1000 1100 100111001 111001 1001000

Color Harmonies of #E190CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E190CF

Black with #E190CF

Text Example


Text Example

White with #E190CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E190CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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