#E28D9B

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

Shades of Carissma #E28D9B

Tints of Carissma #E28D9B

Color information

#E28D9B (or 0xE28D9B) is unknown color: approx Carissma. HEX triplet: E2, 8D and 9B. RGB value is (226,141,155). Sum of RGB (Red+Green+Blue) = 226+141+155=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28D9B is #1D7264. Grayscale: #A8A8A8. Windows color (decimal): -1929829 or 10194402. OLE color: 10194402.

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

Color convert

RGB226141155-
CMYK00.380.310.11
HSL350.12º59.44%71.96%-
HSV(B)350.12º37.61%88.63%-
XYZ46.8137.5935.8-
YUV168.01120.66169.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.30%
GREEN value IS 141 (55.47% from 255) = 27.01%
BLUE value IS 155 (60.94% from 255) = 29.69%
R=43.30%
G=27.01%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614115500.380.310.11350.1259.4471.96
HexE28D9B0261FB15e3b48
Octal342215233046371353673110
Binary11100010100011011001101101001101111110111010111101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28D9B; }

 p { color: rgb(226,141,155); }

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

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

 a { background-color: rgb(226,141,155); }

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

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

 span { border-color: rgb(226,141,155); }

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