Html Css Color HEX #E09695 Petite Orchid

📋 copy color: '#E09695'

red 224 ◦ green 150 ◦ blue 149

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

Shades of Petite Orchid #E09695

Tints of Petite Orchid #E09695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.49%

R = 42.83%
G = 28.68%
B = 28.49%

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

#E09695 (or 0xE09695) is known color: Petite Orchid. HEX triplet: E0, 96 and 95. RGB value is (224,150,149). Sum of RGB (Red+Green+Blue) = 224+150+149=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E09695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09695 is #1F696A. Grayscale: #ACACAC. Windows color (decimal): -2058603 or 9803488. OLE color: 9803488.

HSL color Cylindrical-coordinate representation of color #E09695: hue angle of 0.8º degrees, saturation: 0.55, 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 #E09695 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 150 149 -
CMYK 0 0.33 0.33 0.12
HSL 0.8º 0.55% 0.73% -
HSV(B) 0.8º 0.33% 0.88% -
XYZ 47.07 39.83 33.64 -
YUV 172.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 224 150 149 0 0.33 0.33 0.12 0.8 0.55 0.73
Hex E0 96 95 0 21 21 C 1 37 49
Octal 340 226 225 0 41 41 14 1 67 111
Binary 11100000 10010110 10010101 0 100001 100001 1100 1 110111 1001001

Color Harmonies of #E09695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09695

Black with #E09695

Text Example


Text Example

White with #E09695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09695; }

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

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

background-color css

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

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

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

border-color css

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

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

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