#E28D9D

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

Shades of Carissma #E28D9D

Tints of Carissma #E28D9D

Color information

#E28D9D (or 0xE28D9D) is unknown color: approx Carissma. HEX triplet: E2, 8D and 9D. RGB value is (226,141,157). Sum of RGB (Red+Green+Blue) = 226+141+157=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28D9D is #1D7262. Grayscale: #A8A8A8. Windows color (decimal): -1929827 or 10325474. OLE color: 10325474.

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

Color convert

RGB226141157-
CMYK00.380.310.11
HSL348.71º59.44%71.96%-
HSV(B)348.71º37.61%88.63%-
XYZ46.9737.6536.69-
YUV168.24121.66169.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.13%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 157 (61.72% from 255) = 29.96%
R=43.13%
G=26.91%
B=29.96%

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
Decimal22614115700.380.310.11348.7159.4471.96
HexE28D9D0261FB15d3b48
Octal342215235046371353573110
Binary11100010100011011001110101001101111110111010111011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28D9D; }

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

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

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

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

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

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

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

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