Html Css Color HEX #E0938C Petite Orchid

📋 copy color: '#E0938C'

red 224 ◦ green 147 ◦ blue 140

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

Shades of Petite Orchid #E0938C

Tints of Petite Orchid #E0938C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.77%

 BLUE value IS 140 (55.08% from 255) = 27.4%

R = 43.84%
G = 28.77%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0938C (or 0xE0938C) is known color: Petite Orchid. HEX triplet: E0, 93 and 8C. RGB value is (224,147,140). Sum of RGB (Red+Green+Blue) = 224+147+140=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E0938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0938C is #1F6C73. Grayscale: #A9A9A9. Windows color (decimal): -2059380 or 9212896. OLE color: 9212896.

HSL color Cylindrical-coordinate representation of color #E0938C: hue angle of 5º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0938C is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 147 140 -
CMYK 0 0.34 0.38 0.12
HSL 0.58% 0.71% -
HSV(B) 0.38% 0.88% -
XYZ 45.91 38.61 29.84 -
YUV 169.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 224 147 140 0 0.34 0.38 0.12 5 0.58 0.71
Hex E0 93 8C 0 22 26 C 5 3A 47
Octal 340 223 214 0 42 46 14 5 72 107
Binary 11100000 10010011 10001100 0 100010 100110 1100 101 111010 1000111

Color Harmonies of #E0938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0938C

Black with #E0938C

Text Example


Text Example

White with #E0938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0938C; }

 p { color: rgb(224,147,140); }

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

background-color css

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

 a { background-color: rgb(224,147,140); }

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

border-color css

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

 span { border-color: rgb(224,147,140); }

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