Html Css Color HEX #E19891 Petite Orchid

📋 copy color: '#E19891'

red 225 ◦ green 152 ◦ blue 145

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

Shades of Petite Orchid #E19891

Tints of Petite Orchid #E19891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.12%

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

R = 43.1%
G = 29.12%
B = 27.78%

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

#E19891 (or 0xE19891) is known color: Petite Orchid. HEX triplet: E1, 98 and 91. RGB value is (225,152,145). Sum of RGB (Red+Green+Blue) = 225+152+145=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E19891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19891 is #1E676E. Grayscale: #ADADAD. Windows color (decimal): -1992559 or 9541857. OLE color: 9541857.

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

Color convert

RGB 225 152 145 -
CMYK 0 0.32 0.36 0.12
HSL 5.25º 0.57% 0.73% -
HSV(B) 5.25º 0.36% 0.88% -
XYZ 47.39 40.51 32.11 -
YUV 173.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 225 152 145 0 0.32 0.36 0.12 5.25 0.57 0.73
Hex E1 98 91 0 20 24 C 5 39 49
Octal 341 230 221 0 40 44 14 5 71 111
Binary 11100001 10011000 10010001 0 100000 100100 1100 101 111001 1001001

Color Harmonies of #E19891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19891

Black with #E19891

Text Example


Text Example

White with #E19891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19891; }

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

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

background-color css

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

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

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

border-color css

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

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

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