#E4948D

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

Shades of Petite Orchid #E4948D

Tints of Petite Orchid #E4948D

Color information

#E4948D (or 0xE4948D) is unknown color: approx Petite Orchid. HEX triplet: E4, 94 and 8D. RGB value is (228,148,141). Sum of RGB (Red+Green+Blue) = 228+148+141=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 228 - color contains mainly: red. Hex color #E4948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4948D is #1B6B72. Grayscale: #ABABAB. Windows color (decimal): -1796979 or 9278692. OLE color: 9278692.

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

Color convert

RGB228148141-
CMYK00.350.380.11
HSL4.83º61.7%72.35%-
HSV(B)4.83º38.16%89.41%-
XYZ47.3939.630.34-
YUV171.12111168.57-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.10%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 141 (55.47% from 255) = 27.27%
R=44.10%
G=28.63%
B=27.27%

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
Decimal22814814100.350.380.114.8361.772.35
HexE4948D02326B53e48
Octal3442242150434613576110
Binary111001001001010010001101010001110011010111011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4948D; }

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

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

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

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

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

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

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

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