Html Css Color HEX #E19997 Petite Orchid

📋 copy color: '#E19997'

red 225 ◦ green 153 ◦ blue 151

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

Shades of Petite Orchid #E19997

Tints of Petite Orchid #E19997

RGB

 RED value IS 225 (88.28% from 255) = 42.53%

 GREEN value IS 153 (60.16% from 255) = 28.92%

 BLUE value IS 151 (59.38% from 255) = 28.54%

R = 42.53%
G = 28.92%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E19997 (or 0xE19997) is known color: Petite Orchid. HEX triplet: E1, 99 and 97. RGB value is (225,153,151). Sum of RGB (Red+Green+Blue) = 225+153+151=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E19997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19997 is #1E6668. Grayscale: #AEAEAE. Windows color (decimal): -1992297 or 9935329. OLE color: 9935329.

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

Color convert

RGB 225 153 151 -
CMYK 0 0.32 0.33 0.12
HSL 1.62º 0.55% 0.74% -
HSV(B) 1.62º 0.33% 0.88% -
XYZ 48.03 41.02 34.67 -
YUV 174.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 225 153 151 0 0.32 0.33 0.12 1.62 0.55 0.74
Hex E1 99 97 0 20 21 C 2 37 4A
Octal 341 231 227 0 40 41 14 2 67 112
Binary 11100001 10011001 10010111 0 100000 100001 1100 10 110111 1001010

Color Harmonies of #E19997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19997

Black with #E19997

Text Example


Text Example

White with #E19997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19997; }

 p { color: rgb(225,153,151); }

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

background-color css

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

 a { background-color: rgb(225,153,151); }

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

border-color css

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

 span { border-color: rgb(225,153,151); }

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