Html Css Color HEX #E19ACF Plum

📋 copy color: '#E19ACF'

red 225 ◦ green 154 ◦ blue 207

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

Shades of Plum #E19ACF

Tints of Plum #E19ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.28%

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

R = 38.4%
G = 26.28%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E19ACF (or 0xE19ACF) is known color: Plum. HEX triplet: E1, 9A and CF. RGB value is (225,154,207). Sum of RGB (Red+Green+Blue) = 225+154+207=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ACF is #1E6530. Grayscale: #B5B5B5. Windows color (decimal): -1991985 or 13605601. OLE color: 13605601.

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

Color convert

RGB 225 154 207 -
CMYK 0 0.32 0.08 0.12
HSL 315.21º 0.54% 0.74% -
HSV(B) 315.21º 0.32% 0.88% -
XYZ 53.87 43.62 64.61 -
YUV 181.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 225 154 207 0 0.32 0.08 0.12 315.21 0.54 0.74
Hex E1 9A CF 0 20 8 C 13B 36 4A
Octal 341 232 317 0 40 10 14 473 66 112
Binary 11100001 10011010 11001111 0 100000 1000 1100 100111011 110110 1001010

Color Harmonies of #E19ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19ACF

Black with #E19ACF

Text Example


Text Example

White with #E19ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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