Html Css Color HEX #E19491 Petite Orchid

📋 copy color: '#E19491'

red 225 ◦ green 148 ◦ blue 145

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

Shades of Petite Orchid #E19491

Tints of Petite Orchid #E19491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.57%

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

R = 43.44%
G = 28.57%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E19491 (or 0xE19491) is known color: Petite Orchid. HEX triplet: E1, 94 and 91. RGB value is (225,148,145). Sum of RGB (Red+Green+Blue) = 225+148+145=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E19491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19491 is #1E6B6E. Grayscale: #AAAAAA. Windows color (decimal): -1993583 or 9540833. OLE color: 9540833.

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

Color convert

RGB 225 148 145 -
CMYK 0 0.34 0.36 0.12
HSL 2.25º 0.57% 0.73% -
HSV(B) 2.25º 0.36% 0.88% -
XYZ 46.75 39.23 31.9 -
YUV 170.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 225 148 145 0 0.34 0.36 0.12 2.25 0.57 0.73
Hex E1 94 91 0 22 24 C 2 39 49
Octal 341 224 221 0 42 44 14 2 71 111
Binary 11100001 10010100 10010001 0 100010 100100 1100 10 111001 1001001

Color Harmonies of #E19491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19491

Black with #E19491

Text Example


Text Example

White with #E19491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19491; }

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

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

background-color css

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

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

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

border-color css

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

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

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