Html Css Color HEX #E0938B Petite Orchid

📋 copy color: '#E0938B'

red 224 ◦ green 147 ◦ blue 139

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

Shades of Petite Orchid #E0938B

Tints of Petite Orchid #E0938B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.25%

R = 43.92%
G = 28.82%
B = 27.25%

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

#E0938B (or 0xE0938B) is known color: Petite Orchid. HEX triplet: E0, 93 and 8B. RGB value is (224,147,139). Sum of RGB (Red+Green+Blue) = 224+147+139=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E0938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0938B is #1F6C74. Grayscale: #A9A9A9. Windows color (decimal): -2059381 or 9147360. OLE color: 9147360.

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

Color convert

RGB 224 147 139 -
CMYK 0 0.34 0.38 0.12
HSL 5.65º 0.58% 0.71% -
HSV(B) 5.65º 0.38% 0.88% -
XYZ 45.83 38.58 29.46 -
YUV 169.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 224 147 139 0 0.34 0.38 0.12 5.65 0.58 0.71
Hex E0 93 8B 0 22 26 C 6 3A 47
Octal 340 223 213 0 42 46 14 6 72 107
Binary 11100000 10010011 10001011 0 100010 100110 1100 110 111010 1000111

Color Harmonies of #E0938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0938B

Black with #E0938B

Text Example


Text Example

White with #E0938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0938B; }

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

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

background-color css

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

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

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

border-color css

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

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

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