#e4948c

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

Shades of Petite Orchid #E4948C

Tints of Petite Orchid #E4948C

Color information

#E4948C (or 0xE4948C) is unknown color: approx Petite Orchid. HEX triplet: E4, 94 and 8C. RGB value is (228,148,140). Sum of RGB (Red+Green+Blue) = 228+148+140=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E4948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4948C is #1B6B73. Grayscale: #ABABAB. Windows color (decimal): -1796980 or 9213156. OLE color: 9213156.

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

Color convert

RGB228148140-
CMYK00.350.390.11
HSL5.45º61.97%72.16%-
HSV(B)5.45º38.6%89.41%-
XYZ47.3239.5729.95-
YUV171.01110.5168.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.19%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 140 (55.08% from 255) = 27.13%
R=44.19%
G=28.68%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814814000.350.390.115.4561.9772.16
HexE4948C02327B53e48
Octal3442242140434713576110
Binary111001001001010010001100010001110011110111011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e4948c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e4948c; }

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

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

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

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

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

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

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

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