Html Css Color HEX #E097D2 Plum

📋 copy color: '#E097D2'

red 224 ◦ green 151 ◦ blue 210

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

Shades of Plum #E097D2

Tints of Plum #E097D2

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.81%

 BLUE value IS 210 (82.42% from 255) = 35.9%

R = 38.29%
G = 25.81%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E097D2 (or 0xE097D2) is known color: Plum. HEX triplet: E0, 97 and D2. RGB value is (224,151,210). Sum of RGB (Red+Green+Blue) = 224+151+210=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E097D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097D2 is #1F682D. Grayscale: #B3B3B3. Windows color (decimal): -2058286 or 13801440. OLE color: 13801440.

HSL color Cylindrical-coordinate representation of color #E097D2: hue angle of 311.51º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E097D2 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 151 210 -
CMYK 0 0.33 0.06 0.12
HSL 311.51º 0.54% 0.74% -
HSV(B) 311.51º 0.33% 0.88% -
XYZ 53.44 42.63 66.39 -
YUV 179.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 224 151 210 0 0.33 0.06 0.12 311.51 0.54 0.74
Hex E0 97 D2 0 21 6 C 138 36 4A
Octal 340 227 322 0 41 6 14 470 66 112
Binary 11100000 10010111 11010010 0 100001 110 1100 100111000 110110 1001010

Color Harmonies of #E097D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E097D2

Black with #E097D2

Text Example


Text Example

White with #E097D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E097D2; }

 p { color: rgb(224,151,210); }

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

background-color css

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

 a { background-color: rgb(224,151,210); }

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

border-color css

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

 span { border-color: rgb(224,151,210); }

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