Html Css Color HEX #E09FCF Plum

📋 copy color: '#E09FCF'

red 224 ◦ green 159 ◦ blue 207

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

Shades of Plum #E09FCF

Tints of Plum #E09FCF

RGB

 RED value IS 224 (87.89% from 255) = 37.97%

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

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

R = 37.97%
G = 26.95%
B = 35.08%

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

#E09FCF (or 0xE09FCF) is known color: Plum. HEX triplet: E0, 9F and CF. RGB value is (224,159,207). Sum of RGB (Red+Green+Blue) = 224+159+207=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FCF is #1F6030. Grayscale: #B7B7B7. Windows color (decimal): -2056241 or 13606880. OLE color: 13606880.

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

Color convert

RGB 224 159 207 -
CMYK 0 0.29 0.08 0.12
HSL 315.69º 0.51% 0.75% -
HSV(B) 315.69º 0.29% 0.88% -
XYZ 54.4 45.15 64.88 -
YUV 183.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 224 159 207 0 0.29 0.08 0.12 315.69 0.51 0.75
Hex E0 9F CF 0 1D 8 C 13C 33 4B
Octal 340 237 317 0 35 10 14 474 63 113
Binary 11100000 10011111 11001111 0 11101 1000 1100 100111100 110011 1001011

Color Harmonies of #E09FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09FCF

Black with #E09FCF

Text Example


Text Example

White with #E09FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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