Html Css Color HEX #E19591 Petite Orchid

📋 copy color: '#E19591'

red 225 ◦ green 149 ◦ blue 145

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

Shades of Petite Orchid #E19591

Tints of Petite Orchid #E19591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.71%

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

R = 43.35%
G = 28.71%
B = 27.94%

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

#E19591 (or 0xE19591) is known color: Petite Orchid. HEX triplet: E1, 95 and 91. RGB value is (225,149,145). Sum of RGB (Red+Green+Blue) = 225+149+145=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E19591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19591 is #1E6A6E. Grayscale: #ABABAB. Windows color (decimal): -1993327 or 9541089. OLE color: 9541089.

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

Color convert

RGB 225 149 145 -
CMYK 0 0.34 0.36 0.12
HSL 0.57% 0.73% -
HSV(B) 0.36% 0.88% -
XYZ 46.91 39.55 31.95 -
YUV 171.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 225 149 145 0 0.34 0.36 0.12 3 0.57 0.73
Hex E1 95 91 0 22 24 C 3 39 49
Octal 341 225 221 0 42 44 14 3 71 111
Binary 11100001 10010101 10010001 0 100010 100100 1100 11 111001 1001001

Color Harmonies of #E19591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19591

Black with #E19591

Text Example


Text Example

White with #E19591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19591; }

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

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

background-color css

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

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

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

border-color css

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

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

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