Html Css Color HEX #E6A19E Petite Orchid

📋 copy color: '#E6A19E'

red 230 ◦ green 161 ◦ blue 158

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

Shades of Petite Orchid #E6A19E

Tints of Petite Orchid #E6A19E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.78%

R = 41.89%
G = 29.33%
B = 28.78%

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

#E6A19E (or 0xE6A19E) is known color: Petite Orchid. HEX triplet: E6, A1 and 9E. RGB value is (230,161,158). Sum of RGB (Red+Green+Blue) = 230+161+158=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A19E is #195E61. Grayscale: #B5B5B5. Windows color (decimal): -1662562 or 10396134. OLE color: 10396134.

HSL color Cylindrical-coordinate representation of color #E6A19E: hue angle of 2.5º 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 #E6A19E is Cyan = 0, Magento = 0.3, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 161 158 -
CMYK 0 0.3 0.31 0.10
HSL 2.5º 0.59% 0.76% -
HSV(B) 2.5º 0.31% 0.9% -
XYZ 51.55 44.78 38.27 -
YUV 181.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 230 161 158 0 0.3 0.31 0.10 2.5 0.59 0.76
Hex E6 A1 9E 0 1E 1F A 2 3B 4C
Octal 346 241 236 0 36 37 12 2 73 114
Binary 11100110 10100001 10011110 0 11110 11111 1010 10 111011 1001100

Color Harmonies of #E6A19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A19E

Black with #E6A19E

Text Example


Text Example

White with #E6A19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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