Html Css Color HEX #E19797 Petite Orchid

📋 copy color: '#E19797'

red 225 ◦ green 151 ◦ blue 151

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

Shades of Petite Orchid #E19797

Tints of Petite Orchid #E19797

RGB

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

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

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

R = 42.69%
G = 28.65%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E19797 (or 0xE19797) is known color: Petite Orchid. HEX triplet: E1, 97 and 97. RGB value is (225,151,151). Sum of RGB (Red+Green+Blue) = 225+151+151=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E19797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19797 is #1E6868. Grayscale: #ADADAD. Windows color (decimal): -1992809 or 9934817. OLE color: 9934817.

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

Color convert

RGB 225 151 151 -
CMYK 0 0.33 0.33 0.12
HSL 0.55% 0.74% -
HSV(B) 0.33% 0.88% -
XYZ 47.7 40.38 34.56 -
YUV 173.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 225 151 151 0 0.33 0.33 0.12 0 0.55 0.74
Hex E1 97 97 0 21 21 C 0 37 4A
Octal 341 227 227 0 41 41 14 0 67 112
Binary 11100001 10010111 10010111 0 100001 100001 1100 0 110111 1001010

Color Harmonies of #E19797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19797

Black with #E19797

Text Example


Text Example

White with #E19797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19797; }

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

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

background-color css

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

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

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

border-color css

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

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

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