Html Css Color HEX #E09595 Petite Orchid

📋 copy color: '#E09595'

red 224 ◦ green 149 ◦ blue 149

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

Shades of Petite Orchid #E09595

Tints of Petite Orchid #E09595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.54%

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

R = 42.91%
G = 28.54%
B = 28.54%

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

#E09595 (or 0xE09595) is known color: Petite Orchid. HEX triplet: E0, 95 and 95. RGB value is (224,149,149). Sum of RGB (Red+Green+Blue) = 224+149+149=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E09595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09595 is #1F6A6A. Grayscale: #ABABAB. Windows color (decimal): -2058859 or 9803232. OLE color: 9803232.

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

Color convert

RGB 224 149 149 -
CMYK 0 0.33 0.33 0.12
HSL 0.55% 0.73% -
HSV(B) 0.33% 0.88% -
XYZ 46.91 39.51 33.59 -
YUV 171.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 224 149 149 0 0.33 0.33 0.12 0 0.55 0.73
Hex E0 95 95 0 21 21 C 0 37 49
Octal 340 225 225 0 41 41 14 0 67 111
Binary 11100000 10010101 10010101 0 100001 100001 1100 0 110111 1001001

Color Harmonies of #E09595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09595

Black with #E09595

Text Example


Text Example

White with #E09595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09595; }

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

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

background-color css

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

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

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

border-color css

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

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

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