Html Css Color HEX #E09692 Petite Orchid

📋 copy color: '#E09692'

red 224 ◦ green 150 ◦ blue 146

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

Shades of Petite Orchid #E09692

Tints of Petite Orchid #E09692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.85%

 BLUE value IS 146 (57.42% from 255) = 28.08%

R = 43.08%
G = 28.85%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E09692 (or 0xE09692) is known color: Petite Orchid. HEX triplet: E0, 96 and 92. RGB value is (224,150,146). Sum of RGB (Red+Green+Blue) = 224+150+146=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E09692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09692 is #1F696D. Grayscale: #ABABAB. Windows color (decimal): -2058606 or 9606880. OLE color: 9606880.

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

Color convert

RGB 224 150 146 -
CMYK 0 0.33 0.35 0.12
HSL 3.08º 0.56% 0.73% -
HSV(B) 3.08º 0.35% 0.88% -
XYZ 46.84 39.74 32.4 -
YUV 171.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 224 150 146 0 0.33 0.35 0.12 3.08 0.56 0.73
Hex E0 96 92 0 21 23 C 3 38 49
Octal 340 226 222 0 41 43 14 3 70 111
Binary 11100000 10010110 10010010 0 100001 100011 1100 11 111000 1001001

Color Harmonies of #E09692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09692

Black with #E09692

Text Example


Text Example

White with #E09692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09692; }

 p { color: rgb(224,150,146); }

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

background-color css

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

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

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

border-color css

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

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

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