Html Css Color HEX #E09A90 Petite Orchid

📋 copy color: '#E09A90'

red 224 ◦ green 154 ◦ blue 144

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

Shades of Petite Orchid #E09A90

Tints of Petite Orchid #E09A90

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

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

R = 42.91%
G = 29.5%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E09A90 (or 0xE09A90) is known color: Petite Orchid. HEX triplet: E0, 9A and 90. RGB value is (224,154,144). Sum of RGB (Red+Green+Blue) = 224+154+144=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A90 is #1F656F. Grayscale: #ADADAD. Windows color (decimal): -2057584 or 9476832. OLE color: 9476832.

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

Color convert

RGB 224 154 144 -
CMYK 0 0.31 0.36 0.12
HSL 7.5º 0.56% 0.72% -
HSV(B) 7.5º 0.36% 0.88% -
XYZ 47.33 40.97 31.8 -
YUV 173.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 224 154 144 0 0.31 0.36 0.12 7.5 0.56 0.72
Hex E0 9A 90 0 1F 24 C 8 38 48
Octal 340 232 220 0 37 44 14 10 70 110
Binary 11100000 10011010 10010000 0 11111 100100 1100 1000 111000 1001000

Color Harmonies of #E09A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A90

Black with #E09A90

Text Example


Text Example

White with #E09A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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