Html Css Color HEX #E19F93 Petite Orchid

📋 copy color: '#E19F93'

red 225 ◦ green 159 ◦ blue 147

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

Shades of Petite Orchid #E19F93

Tints of Petite Orchid #E19F93

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.94%

 BLUE value IS 147 (57.81% from 255) = 27.68%

R = 42.37%
G = 29.94%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E19F93 (or 0xE19F93) is known color: Petite Orchid. HEX triplet: E1, 9F and 93. RGB value is (225,159,147). Sum of RGB (Red+Green+Blue) = 225+159+147=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19F93 is #1E606C. Grayscale: #B1B1B1. Windows color (decimal): -1990765 or 9674721. OLE color: 9674721.

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

Color convert

RGB 225 159 147 -
CMYK 0 0.29 0.35 0.12
HSL 9.23º 0.57% 0.73% -
HSV(B) 9.23º 0.35% 0.88% -
XYZ 48.72 42.91 33.32 -
YUV 177.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 225 159 147 0 0.29 0.35 0.12 9.23 0.57 0.73
Hex E1 9F 93 0 1D 23 C 9 39 49
Octal 341 237 223 0 35 43 14 11 71 111
Binary 11100001 10011111 10010011 0 11101 100011 1100 1001 111001 1001001

Color Harmonies of #E19F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19F93

Black with #E19F93

Text Example


Text Example

White with #E19F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19F93; }

 p { color: rgb(225,159,147); }

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

background-color css

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

 a { background-color: rgb(225,159,147); }

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

border-color css

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

 span { border-color: rgb(225,159,147); }

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