Html Css Color HEX #E19291 Petite Orchid

📋 copy color: '#E19291'

red 225 ◦ green 146 ◦ blue 145

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

Shades of Petite Orchid #E19291

Tints of Petite Orchid #E19291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.29%

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

R = 43.6%
G = 28.29%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E19291 (or 0xE19291) is known color: Petite Orchid. HEX triplet: E1, 92 and 91. RGB value is (225,146,145). Sum of RGB (Red+Green+Blue) = 225+146+145=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E19291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19291 is #1E6D6E. Grayscale: #A9A9A9. Windows color (decimal): -1994095 or 9540321. OLE color: 9540321.

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

Color convert

RGB 225 146 145 -
CMYK 0 0.35 0.36 0.12
HSL 0.75º 0.57% 0.73% -
HSV(B) 0.75º 0.36% 0.88% -
XYZ 46.44 38.61 31.79 -
YUV 169.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 225 146 145 0 0.35 0.36 0.12 0.75 0.57 0.73
Hex E1 92 91 0 23 24 C 1 39 49
Octal 341 222 221 0 43 44 14 1 71 111
Binary 11100001 10010010 10010001 0 100011 100100 1100 1 111001 1001001

Color Harmonies of #E19291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19291

Black with #E19291

Text Example


Text Example

White with #E19291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19291; }

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

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

background-color css

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

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

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

border-color css

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

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

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