Html Css Color HEX #E3958D Petite Orchid

📋 copy color: '#E3958D'

red 227 ◦ green 149 ◦ blue 141

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

Shades of Petite Orchid #E3958D

Tints of Petite Orchid #E3958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.82%

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

R = 43.91%
G = 28.82%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E3958D (or 0xE3958D) is known color: Petite Orchid. HEX triplet: E3, 95 and 8D. RGB value is (227,149,141). Sum of RGB (Red+Green+Blue) = 227+149+141=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E3958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3958D is #1C6A72. Grayscale: #ABABAB. Windows color (decimal): -1862259 or 9278947. OLE color: 9278947.

HSL color Cylindrical-coordinate representation of color #E3958D: hue angle of 5.58º degrees, saturation: 0.61, 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 #E3958D is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 149 141 -
CMYK 0 0.34 0.38 0.11
HSL 5.58º 0.61% 0.72% -
HSV(B) 5.58º 0.38% 0.89% -
XYZ 47.23 39.75 30.38 -
YUV 171.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 227 149 141 0 0.34 0.38 0.11 5.58 0.61 0.72
Hex E3 95 8D 0 22 26 B 6 3D 48
Octal 343 225 215 0 42 46 13 6 75 110
Binary 11100011 10010101 10001101 0 100010 100110 1011 110 111101 1001000

Color Harmonies of #E3958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3958D

Black with #E3958D

Text Example


Text Example

White with #E3958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3958D; }

 p { color: rgb(227,149,141); }

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

background-color css

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

 a { background-color: rgb(227,149,141); }

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

border-color css

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

 span { border-color: rgb(227,149,141); }

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