Html Css Color HEX #E0938F Petite Orchid

📋 copy color: '#E0938F'

red 224 ◦ green 147 ◦ blue 143

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

Shades of Petite Orchid #E0938F

Tints of Petite Orchid #E0938F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.82%

R = 43.58%
G = 28.6%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0938F (or 0xE0938F) is known color: Petite Orchid. HEX triplet: E0, 93 and 8F. RGB value is (224,147,143). Sum of RGB (Red+Green+Blue) = 224+147+143=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E0938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0938F is #1F6C70. Grayscale: #A9A9A9. Windows color (decimal): -2059377 or 9409504. OLE color: 9409504.

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

Color convert

RGB 224 147 143 -
CMYK 0 0.34 0.36 0.12
HSL 2.96º 0.57% 0.72% -
HSV(B) 2.96º 0.36% 0.88% -
XYZ 46.13 38.7 31.02 -
YUV 169.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 224 147 143 0 0.34 0.36 0.12 2.96 0.57 0.72
Hex E0 93 8F 0 22 24 C 3 39 48
Octal 340 223 217 0 42 44 14 3 71 110
Binary 11100000 10010011 10001111 0 100010 100100 1100 11 111001 1001000

Color Harmonies of #E0938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0938F

Black with #E0938F

Text Example


Text Example

White with #E0938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0938F; }

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

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

background-color css

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

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

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

border-color css

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

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

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