Html Css Color HEX #E092CF Plum

📋 copy color: '#E092CF'

red 224 ◦ green 146 ◦ blue 207

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

Shades of Plum #E092CF

Tints of Plum #E092CF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.3%

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

R = 38.82%
G = 25.3%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E092CF (or 0xE092CF) is known color: Plum. HEX triplet: E0, 92 and CF. RGB value is (224,146,207). Sum of RGB (Red+Green+Blue) = 224+146+207=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E092CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092CF is #1F6D30. Grayscale: #B0B0B0. Windows color (decimal): -2059569 or 13603552. OLE color: 13603552.

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

Color convert

RGB 224 146 207 -
CMYK 0 0.35 0.08 0.12
HSL 313.08º 0.56% 0.73% -
HSV(B) 313.08º 0.35% 0.88% -
XYZ 52.28 40.91 64.17 -
YUV 176.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 224 146 207 0 0.35 0.08 0.12 313.08 0.56 0.73
Hex E0 92 CF 0 23 8 C 139 38 49
Octal 340 222 317 0 43 10 14 471 70 111
Binary 11100000 10010010 11001111 0 100011 1000 1100 100111001 111000 1001001

Color Harmonies of #E092CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E092CF

Black with #E092CF

Text Example


Text Example

White with #E092CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E092CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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