Html Css Color HEX #E09E90 Petite Orchid

📋 copy color: '#E09E90'

red 224 ◦ green 158 ◦ blue 144

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

Shades of Petite Orchid #E09E90

Tints of Petite Orchid #E09E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.04%

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

R = 42.59%
G = 30.04%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E09E90 (or 0xE09E90) is known color: Petite Orchid. HEX triplet: E0, 9E and 90. RGB value is (224,158,144). Sum of RGB (Red+Green+Blue) = 224+158+144=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E09E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09E90 is #1F616F. Grayscale: #B0B0B0. Windows color (decimal): -2056560 or 9477856. OLE color: 9477856.

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

Color convert

RGB 224 158 144 -
CMYK 0 0.29 0.36 0.12
HSL 10.5º 0.56% 0.72% -
HSV(B) 10.5º 0.36% 0.88% -
XYZ 48 42.31 32.02 -
YUV 176.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 224 158 144 0 0.29 0.36 0.12 10.5 0.56 0.72
Hex E0 9E 90 0 1D 24 C A 38 48
Octal 340 236 220 0 35 44 14 12 70 110
Binary 11100000 10011110 10010000 0 11101 100100 1100 1010 111000 1001000

Color Harmonies of #E09E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09E90

Black with #E09E90

Text Example


Text Example

White with #E09E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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