Html Css Color HEX #E09A8E Petite Orchid

📋 copy color: '#E09A8E'

red 224 ◦ green 154 ◦ blue 142

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

Shades of Petite Orchid #E09A8E

Tints of Petite Orchid #E09A8E

RGB

 RED value IS 224 (87.89% from 255) = 43.08%

 GREEN value IS 154 (60.55% from 255) = 29.62%

 BLUE value IS 142 (55.86% from 255) = 27.31%

R = 43.08%
G = 29.62%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E09A8E (or 0xE09A8E) is known color: Petite Orchid. HEX triplet: E0, 9A and 8E. RGB value is (224,154,142). Sum of RGB (Red+Green+Blue) = 224+154+142=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A8E is #1F6571. Grayscale: #ADADAD. Windows color (decimal): -2057586 or 9345760. OLE color: 9345760.

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

Color convert

RGB 224 154 142 -
CMYK 0 0.31 0.37 0.12
HSL 8.78º 0.57% 0.72% -
HSV(B) 8.78º 0.37% 0.88% -
XYZ 47.18 40.91 31 -
YUV 173.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 224 154 142 0 0.31 0.37 0.12 8.78 0.57 0.72
Hex E0 9A 8E 0 1F 25 C 9 39 48
Octal 340 232 216 0 37 45 14 11 71 110
Binary 11100000 10011010 10001110 0 11111 100101 1100 1001 111001 1001000

Color Harmonies of #E09A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A8E

Black with #E09A8E

Text Example


Text Example

White with #E09A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A8E; }

 p { color: rgb(224,154,142); }

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

background-color css

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

 a { background-color: rgb(224,154,142); }

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

border-color css

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

 span { border-color: rgb(224,154,142); }

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