#E4958D

Color #E4958D Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #E4958D

Tints of Petite Orchid #E4958D

Color information

#E4958D (or 0xE4958D) is unknown color: approx Petite Orchid. HEX triplet: E4, 95 and 8D. RGB value is (228,149,141). Sum of RGB (Red+Green+Blue) = 228+149+141=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E4958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4958D is #1B6A72. Grayscale: #ABABAB. Windows color (decimal): -1796723 or 9278948. OLE color: 9278948.

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

Color convert

RGB228149141-
CMYK00.350.380.11
HSL5.52º61.7%72.35%-
HSV(B)5.52º38.16%89.41%-
XYZ47.5539.9130.4-
YUV171.71110.67168.15-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.02%
GREEN value IS 149 (58.59% from 255) = 28.76%
BLUE value IS 141 (55.47% from 255) = 27.22%
R=44.02%
G=28.76%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814914100.350.380.115.5261.772.35
HexE4958D02326B63e48
Octal3442252150434613676110
Binary111001001001010110001101010001110011010111101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4958D; }

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

 H1.HeaderClassName
 {
   color: #E4958D;
 }
 .AnyTagClassName
 {
   color: #E4958D;
 }
</style>
background-color css

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

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

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

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

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

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