Html Css Color HEX #E09890 Petite Orchid

📋 copy color: '#E09890'

red 224 ◦ green 152 ◦ blue 144

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

Shades of Petite Orchid #E09890

Tints of Petite Orchid #E09890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.23%

 BLUE value IS 144 (56.64% from 255) = 27.69%

R = 43.08%
G = 29.23%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E09890 (or 0xE09890) is known color: Petite Orchid. HEX triplet: E0, 98 and 90. RGB value is (224,152,144). Sum of RGB (Red+Green+Blue) = 224+152+144=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E09890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09890 is #1F676F. Grayscale: #ACACAC. Windows color (decimal): -2058096 or 9476320. OLE color: 9476320.

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

Color convert

RGB 224 152 144 -
CMYK 0 0.32 0.36 0.12
HSL 0.56% 0.72% -
HSV(B) 0.36% 0.88% -
XYZ 47 40.32 31.69 -
YUV 172.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 224 152 144 0 0.32 0.36 0.12 6 0.56 0.72
Hex E0 98 90 0 20 24 C 6 38 48
Octal 340 230 220 0 40 44 14 6 70 110
Binary 11100000 10011000 10010000 0 100000 100100 1100 110 111000 1001000

Color Harmonies of #E09890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09890

Black with #E09890

Text Example


Text Example

White with #E09890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09890; }

 p { color: rgb(224,152,144); }

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

background-color css

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

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

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

border-color css

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

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

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