Html Css Color HEX #E2938F Petite Orchid

📋 copy color: '#E2938F'

red 226 ◦ green 147 ◦ blue 143

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

Shades of Petite Orchid #E2938F

Tints of Petite Orchid #E2938F

RGB

 RED value IS 226 (88.67% from 255) = 43.8%

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

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

R = 43.8%
G = 28.49%
B = 27.71%

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

#E2938F (or 0xE2938F) is known color: Petite Orchid. HEX triplet: E2, 93 and 8F. RGB value is (226,147,143). Sum of RGB (Red+Green+Blue) = 226+147+143=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2938F is #1D6C70. Grayscale: #AAAAAA. Windows color (decimal): -1928305 or 9409506. OLE color: 9409506.

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

Color convert

RGB 226 147 143 -
CMYK 0 0.35 0.37 0.11
HSL 2.89º 0.59% 0.72% -
HSV(B) 2.89º 0.37% 0.89% -
XYZ 46.76 39.02 31.05 -
YUV 170.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 226 147 143 0 0.35 0.37 0.11 2.89 0.59 0.72
Hex E2 93 8F 0 23 25 B 3 3B 48
Octal 342 223 217 0 43 45 13 3 73 110
Binary 11100010 10010011 10001111 0 100011 100101 1011 11 111011 1001000

Color Harmonies of #E2938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2938F

Black with #E2938F

Text Example


Text Example

White with #E2938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2938F; }

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

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

background-color css

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

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

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

border-color css

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

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

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