Html Css Color HEX #E19A91 Petite Orchid

📋 copy color: '#E19A91'

red 225 ◦ green 154 ◦ blue 145

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

Shades of Petite Orchid #E19A91

Tints of Petite Orchid #E19A91

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.39%

 BLUE value IS 145 (57.03% from 255) = 27.67%

R = 42.94%
G = 29.39%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E19A91 (or 0xE19A91) is known color: Petite Orchid. HEX triplet: E1, 9A and 91. RGB value is (225,154,145). Sum of RGB (Red+Green+Blue) = 225+154+145=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A91 is #1E656E. Grayscale: #AEAEAE. Windows color (decimal): -1992047 or 9542369. OLE color: 9542369.

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

Color convert

RGB 225 154 145 -
CMYK 0 0.32 0.36 0.12
HSL 6.75º 0.57% 0.73% -
HSV(B) 6.75º 0.36% 0.88% -
XYZ 47.72 41.16 32.22 -
YUV 174.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 225 154 145 0 0.32 0.36 0.12 6.75 0.57 0.73
Hex E1 9A 91 0 20 24 C 7 39 49
Octal 341 232 221 0 40 44 14 7 71 111
Binary 11100001 10011010 10010001 0 100000 100100 1100 111 111001 1001001

Color Harmonies of #E19A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19A91

Black with #E19A91

Text Example


Text Example

White with #E19A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19A91; }

 p { color: rgb(225,154,145); }

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

background-color css

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

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

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

border-color css

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

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

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