Html Css Color HEX #E2938C Petite Orchid

📋 copy color: '#E2938C'

red 226 ◦ green 147 ◦ blue 140

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

Shades of Petite Orchid #E2938C

Tints of Petite Orchid #E2938C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.29%

R = 44.05%
G = 28.65%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2938C (or 0xE2938C) is known color: Petite Orchid. HEX triplet: E2, 93 and 8C. RGB value is (226,147,140). Sum of RGB (Red+Green+Blue) = 226+147+140=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2938C is #1D6C73. Grayscale: #A9A9A9. Windows color (decimal): -1928308 or 9212898. OLE color: 9212898.

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

Color convert

RGB 226 147 140 -
CMYK 0 0.35 0.38 0.11
HSL 4.88º 0.6% 0.72% -
HSV(B) 4.88º 0.38% 0.89% -
XYZ 46.53 38.93 29.87 -
YUV 169.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 226 147 140 0 0.35 0.38 0.11 4.88 0.6 0.72
Hex E2 93 8C 0 23 26 B 5 3C 48
Octal 342 223 214 0 43 46 13 5 74 110
Binary 11100010 10010011 10001100 0 100011 100110 1011 101 111100 1001000

Color Harmonies of #E2938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2938C

Black with #E2938C

Text Example


Text Example

White with #E2938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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