Html Css Color HEX #E3938F Petite Orchid

📋 copy color: '#E3938F'

red 227 ◦ green 147 ◦ blue 143

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

Shades of Petite Orchid #E3938F

Tints of Petite Orchid #E3938F

RGB

 RED value IS 227 (89.06% from 255) = 43.91%

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

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

R = 43.91%
G = 28.43%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E3938F (or 0xE3938F) is known color: Petite Orchid. HEX triplet: E3, 93 and 8F. RGB value is (227,147,143). Sum of RGB (Red+Green+Blue) = 227+147+143=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E3938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3938F is #1C6C70. Grayscale: #AAAAAA. Windows color (decimal): -1862769 or 9409507. OLE color: 9409507.

HSL color Cylindrical-coordinate representation of color #E3938F: hue angle of 2.86º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E3938F is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 147 143 -
CMYK 0 0.35 0.37 0.11
HSL 2.86º 0.6% 0.73% -
HSV(B) 2.86º 0.37% 0.89% -
XYZ 47.07 39.18 31.07 -
YUV 170.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 227 147 143 0 0.35 0.37 0.11 2.86 0.6 0.73
Hex E3 93 8F 0 23 25 B 3 3C 49
Octal 343 223 217 0 43 45 13 3 74 111
Binary 11100011 10010011 10001111 0 100011 100101 1011 11 111100 1001001

Color Harmonies of #E3938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3938F

Black with #E3938F

Text Example


Text Example

White with #E3938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3938F; }

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

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

background-color css

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

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

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

border-color css

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

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

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