Html Css Color HEX #E09E9E Petite Orchid

📋 copy color: '#E09E9E'

red 224 ◦ green 158 ◦ blue 158

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

Shades of Petite Orchid #E09E9E

Tints of Petite Orchid #E09E9E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.26%

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

R = 41.48%
G = 29.26%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E09E9E (or 0xE09E9E) is known color: Petite Orchid. HEX triplet: E0, 9E and 9E. RGB value is (224,158,158). Sum of RGB (Red+Green+Blue) = 224+158+158=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E09E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09E9E is #1F6161. Grayscale: #B1B1B1. Windows color (decimal): -2056546 or 10395360. OLE color: 10395360.

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

Color convert

RGB 224 158 158 -
CMYK 0 0.29 0.29 0.12
HSL 0.52% 0.75% -
HSV(B) 0.29% 0.88% -
XYZ 49.14 42.77 38.01 -
YUV 177.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 224 158 158 0 0.29 0.29 0.12 0 0.52 0.75
Hex E0 9E 9E 0 1D 1D C 0 34 4B
Octal 340 236 236 0 35 35 14 0 64 113
Binary 11100000 10011110 10011110 0 11101 11101 1100 0 110100 1001011

Color Harmonies of #E09E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09E9E

Black with #E09E9E

Text Example


Text Example

White with #E09E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09E9E; }

 p { color: rgb(224,158,158); }

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

background-color css

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

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

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

border-color css

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

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

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