Html Css Color HEX #E9ACF0 Plum

📋 copy color: '#E9ACF0'

red 233 ◦ green 172 ◦ blue 240

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

Shades of Plum #E9ACF0

Tints of Plum #E9ACF0

RGB

 RED value IS 233 (91.41% from 255) = 36.12%

 GREEN value IS 172 (67.58% from 255) = 26.67%

 BLUE value IS 240 (94.14% from 255) = 37.21%

R = 36.12%
G = 26.67%
B = 37.21%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E9ACF0 (or 0xE9ACF0) is known color: Plum. HEX triplet: E9, AC and F0. RGB value is (233,172,240). Sum of RGB (Red+Green+Blue) = 233+172+240=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9ACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ACF0 is #16530F. Grayscale: #C5C5C5. Windows color (decimal): -1463056 or 15772905. OLE color: 15772905.

HSL color Cylindrical-coordinate representation of color #E9ACF0: hue angle of 293.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9ACF0 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 233 172 240 -
CMYK 0.03 0.28 0 0.06
HSL 293.82º 0.69% 0.81% -
HSV(B) 293.82º 0.28% 0.94% -
XYZ 64.08 53.12 89.31 -
YUV 197.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 233 172 240 0.03 0.28 0 0.06 293.82 0.69 0.81
Hex E9 AC F0 3 1C 0 6 126 45 51
Octal 351 254 360 3 34 0 6 446 105 121
Binary 11101001 10101100 11110000 11 11100 0 110 100100110 1000101 1010001

Color Harmonies of #E9ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9ACF0

Black with #E9ACF0

Text Example


Text Example

White with #E9ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9ACF0; }

 p { color: rgb(233,172,240); }

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

background-color css

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

 a { background-color: rgb(233,172,240); }

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

border-color css

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

 span { border-color: rgb(233,172,240); }

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