Html Css Color HEX #E09D90 Petite Orchid

📋 copy color: '#E09D90'

red 224 ◦ green 157 ◦ blue 144

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

Shades of Petite Orchid #E09D90

Tints of Petite Orchid #E09D90

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.9%

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

R = 42.67%
G = 29.9%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E09D90 (or 0xE09D90) is known color: Petite Orchid. HEX triplet: E0, 9D and 90. RGB value is (224,157,144). Sum of RGB (Red+Green+Blue) = 224+157+144=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09D90 is #1F626F. Grayscale: #AFAFAF. Windows color (decimal): -2056816 or 9477600. OLE color: 9477600.

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

Color convert

RGB 224 157 144 -
CMYK 0 0.30 0.36 0.12
HSL 9.75º 0.56% 0.72% -
HSV(B) 9.75º 0.36% 0.88% -
XYZ 47.83 41.97 31.97 -
YUV 175.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 224 157 144 0 0.30 0.36 0.12 9.75 0.56 0.72
Hex E0 9D 90 0 1E 24 C A 38 48
Octal 340 235 220 0 36 44 14 12 70 110
Binary 11100000 10011101 10010000 0 11110 100100 1100 1010 111000 1001000

Color Harmonies of #E09D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09D90

Black with #E09D90

Text Example


Text Example

White with #E09D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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