Html Css Color HEX #E19F9C Petite Orchid

📋 copy color: '#E19F9C'

red 225 ◦ green 159 ◦ blue 156

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

Shades of Petite Orchid #E19F9C

Tints of Petite Orchid #E19F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.89%

R = 41.67%
G = 29.44%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E19F9C (or 0xE19F9C) is known color: Petite Orchid. HEX triplet: E1, 9F and 9C. RGB value is (225,159,156). Sum of RGB (Red+Green+Blue) = 225+159+156=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19F9C is #1E6063. Grayscale: #B2B2B2. Windows color (decimal): -1990756 or 10264545. OLE color: 10264545.

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

Color convert

RGB 225 159 156 -
CMYK 0 0.29 0.31 0.12
HSL 2.61º 0.53% 0.75% -
HSV(B) 2.61º 0.31% 0.88% -
XYZ 49.45 43.2 37.19 -
YUV 178.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 225 159 156 0 0.29 0.31 0.12 2.61 0.53 0.75
Hex E1 9F 9C 0 1D 1F C 3 35 4B
Octal 341 237 234 0 35 37 14 3 65 113
Binary 11100001 10011111 10011100 0 11101 11111 1100 11 110101 1001011

Color Harmonies of #E19F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19F9C

Black with #E19F9C

Text Example


Text Example

White with #E19F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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