Html Css Color HEX #E6A09B Petite Orchid

📋 copy color: '#E6A09B'

red 230 ◦ green 160 ◦ blue 155

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

Shades of Petite Orchid #E6A09B

Tints of Petite Orchid #E6A09B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.36%

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

R = 42.2%
G = 29.36%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6A09B (or 0xE6A09B) is known color: Petite Orchid. HEX triplet: E6, A0 and 9B. RGB value is (230,160,155). Sum of RGB (Red+Green+Blue) = 230+160+155=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A09B is #195F64. Grayscale: #B4B4B4. Windows color (decimal): -1662821 or 10199270. OLE color: 10199270.

HSL color Cylindrical-coordinate representation of color #E6A09B: hue angle of 4º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6A09B is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 160 155 -
CMYK 0 0.30 0.33 0.10
HSL 0.6% 0.75% -
HSV(B) 0.33% 0.9% -
XYZ 51.12 44.33 36.87 -
YUV 180.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 230 160 155 0 0.30 0.33 0.10 4 0.6 0.75
Hex E6 A0 9B 0 1E 21 A 4 3C 4B
Octal 346 240 233 0 36 41 12 4 74 113
Binary 11100110 10100000 10011011 0 11110 100001 1010 100 111100 1001011

Color Harmonies of #E6A09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A09B

Black with #E6A09B

Text Example


Text Example

White with #E6A09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A09B; }

 p { color: rgb(230,160,155); }

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

background-color css

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

 a { background-color: rgb(230,160,155); }

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

border-color css

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

 span { border-color: rgb(230,160,155); }

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