Html Css Color HEX #E09696 Petite Orchid

📋 copy color: '#E09696'

red 224 ◦ green 150 ◦ blue 150

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

Shades of Petite Orchid #E09696

Tints of Petite Orchid #E09696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.63%

R = 42.75%
G = 28.63%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E09696 (or 0xE09696) is known color: Petite Orchid. HEX triplet: E0, 96 and 96. RGB value is (224,150,150). Sum of RGB (Red+Green+Blue) = 224+150+150=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E09696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09696 is #1F6969. Grayscale: #ACACAC. Windows color (decimal): -2058602 or 9869024. OLE color: 9869024.

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

Color convert

RGB 224 150 150 -
CMYK 0 0.33 0.33 0.12
HSL 0.54% 0.73% -
HSV(B) 0.33% 0.88% -
XYZ 47.15 39.86 34.06 -
YUV 172.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 224 150 150 0 0.33 0.33 0.12 0 0.54 0.73
Hex E0 96 96 0 21 21 C 0 36 49
Octal 340 226 226 0 41 41 14 0 66 111
Binary 11100000 10010110 10010110 0 100001 100001 1100 0 110110 1001001

Color Harmonies of #E09696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09696

Black with #E09696

Text Example


Text Example

White with #E09696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09696; }

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

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

background-color css

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

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

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

border-color css

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

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

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