Html Css Color HEX #E19FCF Plum

📋 copy color: '#E19FCF'

red 225 ◦ green 159 ◦ blue 207

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

Shades of Plum #E19FCF

Tints of Plum #E19FCF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.9%

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

R = 38.07%
G = 26.9%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E19FCF (or 0xE19FCF) is known color: Plum. HEX triplet: E1, 9F and CF. RGB value is (225,159,207). Sum of RGB (Red+Green+Blue) = 225+159+207=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FCF is #1E6030. Grayscale: #B8B8B8. Windows color (decimal): -1990705 or 13606881. OLE color: 13606881.

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

Color convert

RGB 225 159 207 -
CMYK 0 0.29 0.08 0.12
HSL 316.36º 0.52% 0.75% -
HSV(B) 316.36º 0.29% 0.88% -
XYZ 54.71 45.31 64.89 -
YUV 184.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 225 159 207 0 0.29 0.08 0.12 316.36 0.52 0.75
Hex E1 9F CF 0 1D 8 C 13C 34 4B
Octal 341 237 317 0 35 10 14 474 64 113
Binary 11100001 10011111 11001111 0 11101 1000 1100 100111100 110100 1001011

Color Harmonies of #E19FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19FCF

Black with #E19FCF

Text Example


Text Example

White with #E19FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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