Html Css Color HEX #E8A19B Petite Orchid

📋 copy color: '#E8A19B'

red 232 ◦ green 161 ◦ blue 155

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

Shades of Petite Orchid #E8A19B

Tints of Petite Orchid #E8A19B

RGB

 RED value IS 232 (91.02% from 255) = 42.34%

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

 BLUE value IS 155 (60.94% from 255) = 28.28%

R = 42.34%
G = 29.38%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E8A19B (or 0xE8A19B) is known color: Petite Orchid. HEX triplet: E8, A1 and 9B. RGB value is (232,161,155). Sum of RGB (Red+Green+Blue) = 232+161+155=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A19B is #175E64. Grayscale: #B5B5B5. Windows color (decimal): -1531493 or 10199528. OLE color: 10199528.

HSL color Cylindrical-coordinate representation of color #E8A19B: hue angle of 4.68º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E8A19B is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 161 155 -
CMYK 0 0.31 0.33 0.09
HSL 4.68º 0.63% 0.76% -
HSV(B) 4.68º 0.33% 0.91% -
XYZ 51.94 45.01 36.96 -
YUV 181.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 232 161 155 0 0.31 0.33 0.09 4.68 0.63 0.76
Hex E8 A1 9B 0 1F 21 9 5 3F 4C
Octal 350 241 233 0 37 41 11 5 77 114
Binary 11101000 10100001 10011011 0 11111 100001 1001 101 111111 1001100

Color Harmonies of #E8A19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A19B

Black with #E8A19B

Text Example


Text Example

White with #E8A19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A19B; }

 p { color: rgb(232,161,155); }

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

background-color css

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

 a { background-color: rgb(232,161,155); }

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

border-color css

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

 span { border-color: rgb(232,161,155); }

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