Html Css Color HEX #E0938D Petite Orchid

📋 copy color: '#E0938D'

red 224 ◦ green 147 ◦ blue 141

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

Shades of Petite Orchid #E0938D

Tints of Petite Orchid #E0938D

RGB

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

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

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

R = 43.75%
G = 28.71%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0938D (or 0xE0938D) is known color: Petite Orchid. HEX triplet: E0, 93 and 8D. RGB value is (224,147,141). Sum of RGB (Red+Green+Blue) = 224+147+141=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0938D is #1F6C72. Grayscale: #A9A9A9. Windows color (decimal): -2059379 or 9278432. OLE color: 9278432.

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

Color convert

RGB 224 147 141 -
CMYK 0 0.34 0.37 0.12
HSL 4.34º 0.57% 0.72% -
HSV(B) 4.34º 0.37% 0.88% -
XYZ 45.98 38.64 30.23 -
YUV 169.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 224 147 141 0 0.34 0.37 0.12 4.34 0.57 0.72
Hex E0 93 8D 0 22 25 C 4 39 48
Octal 340 223 215 0 42 45 14 4 71 110
Binary 11100000 10010011 10001101 0 100010 100101 1100 100 111001 1001000

Color Harmonies of #E0938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0938D

Black with #E0938D

Text Example


Text Example

White with #E0938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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