Html Css Color HEX #E19D95 Petite Orchid

📋 copy color: '#E19D95'

red 225 ◦ green 157 ◦ blue 149

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

Shades of Petite Orchid #E19D95

Tints of Petite Orchid #E19D95

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.57%

 BLUE value IS 149 (58.59% from 255) = 28.06%

R = 42.37%
G = 29.57%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E19D95 (or 0xE19D95) is known color: Petite Orchid. HEX triplet: E1, 9D and 95. RGB value is (225,157,149). Sum of RGB (Red+Green+Blue) = 225+157+149=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19D95 is #1E626A. Grayscale: #B0B0B0. Windows color (decimal): -1991275 or 9805281. OLE color: 9805281.

HSL color Cylindrical-coordinate representation of color #E19D95: hue angle of 6.32º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19D95 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 157 149 -
CMYK 0 0.30 0.34 0.12
HSL 6.32º 0.56% 0.73% -
HSV(B) 6.32º 0.34% 0.88% -
XYZ 48.53 42.29 34.04 -
YUV 176.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 225 157 149 0 0.30 0.34 0.12 6.32 0.56 0.73
Hex E1 9D 95 0 1E 22 C 6 38 49
Octal 341 235 225 0 36 42 14 6 70 111
Binary 11100001 10011101 10010101 0 11110 100010 1100 110 111000 1001001

Color Harmonies of #E19D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19D95

Black with #E19D95

Text Example


Text Example

White with #E19D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19D95; }

 p { color: rgb(225,157,149); }

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

background-color css

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

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

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

border-color css

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

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

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