Html Css Color HEX #E0908D Petite Orchid

📋 copy color: '#E0908D'

red 224 ◦ green 144 ◦ blue 141

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

Shades of Petite Orchid #E0908D

Tints of Petite Orchid #E0908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.29%

 BLUE value IS 141 (55.47% from 255) = 27.7%

R = 44.01%
G = 28.29%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0908D (or 0xE0908D) is known color: Petite Orchid. HEX triplet: E0, 90 and 8D. RGB value is (224,144,141). Sum of RGB (Red+Green+Blue) = 224+144+141=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0908D is #1F6F72. Grayscale: #A7A7A7. Windows color (decimal): -2060147 or 9277664. OLE color: 9277664.

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

Color convert

RGB 224 144 141 -
CMYK 0 0.36 0.37 0.12
HSL 2.17º 0.57% 0.72% -
HSV(B) 2.17º 0.37% 0.88% -
XYZ 45.52 37.72 30.08 -
YUV 167.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 224 144 141 0 0.36 0.37 0.12 2.17 0.57 0.72
Hex E0 90 8D 0 24 25 C 2 39 48
Octal 340 220 215 0 44 45 14 2 71 110
Binary 11100000 10010000 10001101 0 100100 100101 1100 10 111001 1001000

Color Harmonies of #E0908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0908D

Black with #E0908D

Text Example


Text Example

White with #E0908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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