Html Css Color HEX #E19E97 Petite Orchid

📋 copy color: '#E19E97'

red 225 ◦ green 158 ◦ blue 151

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

Shades of Petite Orchid #E19E97

Tints of Petite Orchid #E19E97

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.59%

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

R = 42.13%
G = 29.59%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E19E97 (or 0xE19E97) is known color: Petite Orchid. HEX triplet: E1, 9E and 97. RGB value is (225,158,151). Sum of RGB (Red+Green+Blue) = 225+158+151=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19E97 is #1E6168. Grayscale: #B1B1B1. Windows color (decimal): -1991017 or 9936609. OLE color: 9936609.

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

Color convert

RGB 225 158 151 -
CMYK 0 0.30 0.33 0.12
HSL 5.68º 0.55% 0.74% -
HSV(B) 5.68º 0.33% 0.88% -
XYZ 48.86 42.7 34.94 -
YUV 177.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 225 158 151 0 0.30 0.33 0.12 5.68 0.55 0.74
Hex E1 9E 97 0 1E 21 C 6 37 4A
Octal 341 236 227 0 36 41 14 6 67 112
Binary 11100001 10011110 10010111 0 11110 100001 1100 110 110111 1001010

Color Harmonies of #E19E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19E97

Black with #E19E97

Text Example


Text Example

White with #E19E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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