Html Css Color HEX #E09190 Petite Orchid

📋 copy color: '#E09190'

red 224 ◦ green 145 ◦ blue 144

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

Shades of Petite Orchid #E09190

Tints of Petite Orchid #E09190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.27%

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

R = 43.66%
G = 28.27%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E09190 (or 0xE09190) is known color: Petite Orchid. HEX triplet: E0, 91 and 90. RGB value is (224,145,144). Sum of RGB (Red+Green+Blue) = 224+145+144=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E09190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09190 is #1F6E6F. Grayscale: #A8A8A8. Windows color (decimal): -2059888 or 9474528. OLE color: 9474528.

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

Color convert

RGB 224 145 144 -
CMYK 0 0.35 0.36 0.12
HSL 0.75º 0.56% 0.72% -
HSV(B) 0.75º 0.36% 0.88% -
XYZ 45.9 38.11 31.32 -
YUV 168.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 224 145 144 0 0.35 0.36 0.12 0.75 0.56 0.72
Hex E0 91 90 0 23 24 C 1 38 48
Octal 340 221 220 0 43 44 14 1 70 110
Binary 11100000 10010001 10010000 0 100011 100100 1100 1 111000 1001000

Color Harmonies of #E09190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09190

Black with #E09190

Text Example


Text Example

White with #E09190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09190; }

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

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

background-color css

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

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

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

border-color css

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

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

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