Html Css Color HEX #E6A19F Petite Orchid

📋 copy color: '#E6A19F'

red 230 ◦ green 161 ◦ blue 159

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

Shades of Petite Orchid #E6A19F

Tints of Petite Orchid #E6A19F

RGB

 RED value IS 230 (90.23% from 255) = 41.82%

 GREEN value IS 161 (63.28% from 255) = 29.27%

 BLUE value IS 159 (62.5% from 255) = 28.91%

R = 41.82%
G = 29.27%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6A19F (or 0xE6A19F) is known color: Petite Orchid. HEX triplet: E6, A1 and 9F. RGB value is (230,161,159). Sum of RGB (Red+Green+Blue) = 230+161+159=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A19F is #195E60. Grayscale: #B5B5B5. Windows color (decimal): -1662561 or 10461670. OLE color: 10461670.

HSL color Cylindrical-coordinate representation of color #E6A19F: hue angle of 1.69º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6A19F is Cyan = 0, Magento = 0.3, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 161 159 -
CMYK 0 0.3 0.31 0.10
HSL 1.69º 0.59% 0.76% -
HSV(B) 1.69º 0.31% 0.9% -
XYZ 51.64 44.82 38.73 -
YUV 181.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 230 161 159 0 0.3 0.31 0.10 1.69 0.59 0.76
Hex E6 A1 9F 0 1E 1F A 2 3B 4C
Octal 346 241 237 0 36 37 12 2 73 114
Binary 11100110 10100001 10011111 0 11110 11111 1010 10 111011 1001100

Color Harmonies of #E6A19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A19F

Black with #E6A19F

Text Example


Text Example

White with #E6A19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A19F; }

 p { color: rgb(230,161,159); }

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

background-color css

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

 a { background-color: rgb(230,161,159); }

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

border-color css

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

 span { border-color: rgb(230,161,159); }

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