Html Css Color HEX #E098CF Plum

📋 copy color: '#E098CF'

red 224 ◦ green 152 ◦ blue 207

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

Shades of Plum #E098CF

Tints of Plum #E098CF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.07%

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

R = 38.42%
G = 26.07%
B = 35.51%

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

#E098CF (or 0xE098CF) is known color: Plum. HEX triplet: E0, 98 and CF. RGB value is (224,152,207). Sum of RGB (Red+Green+Blue) = 224+152+207=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E098CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098CF is #1F6730. Grayscale: #B3B3B3. Windows color (decimal): -2058033 or 13605088. OLE color: 13605088.

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

Color convert

RGB 224 152 207 -
CMYK 0 0.32 0.08 0.12
HSL 314.17º 0.54% 0.74% -
HSV(B) 314.17º 0.32% 0.88% -
XYZ 53.23 42.81 64.49 -
YUV 179.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 224 152 207 0 0.32 0.08 0.12 314.17 0.54 0.74
Hex E0 98 CF 0 20 8 C 13A 36 4A
Octal 340 230 317 0 40 10 14 472 66 112
Binary 11100000 10011000 11001111 0 100000 1000 1100 100111010 110110 1001010

Color Harmonies of #E098CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E098CF

Black with #E098CF

Text Example


Text Example

White with #E098CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E098CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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