Html Css Color HEX #E093CF Plum

📋 copy color: '#E093CF'

red 224 ◦ green 147 ◦ blue 207

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

Shades of Plum #E093CF

Tints of Plum #E093CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.43%

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

R = 38.75%
G = 25.43%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E093CF (or 0xE093CF) is known color: Plum. HEX triplet: E0, 93 and CF. RGB value is (224,147,207). Sum of RGB (Red+Green+Blue) = 224+147+207=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E093CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093CF is #1F6C30. Grayscale: #B0B0B0. Windows color (decimal): -2059313 or 13603808. OLE color: 13603808.

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

Color convert

RGB 224 147 207 -
CMYK 0 0.34 0.08 0.12
HSL 313.25º 0.55% 0.73% -
HSV(B) 313.25º 0.34% 0.88% -
XYZ 52.44 41.22 64.22 -
YUV 176.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 224 147 207 0 0.34 0.08 0.12 313.25 0.55 0.73
Hex E0 93 CF 0 22 8 C 139 37 49
Octal 340 223 317 0 42 10 14 471 67 111
Binary 11100000 10010011 11001111 0 100010 1000 1100 100111001 110111 1001001

Color Harmonies of #E093CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093CF

Black with #E093CF

Text Example


Text Example

White with #E093CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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