#E28492

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

Shades of Carissma #E28492

Tints of Carissma #E28492

Color information

#E28492 (or 0xE28492) is unknown color: approx Carissma. HEX triplet: E2, 84 and 92. RGB value is (226,132,146). Sum of RGB (Red+Green+Blue) = 226+132+146=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E28492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28492 is #1D7B6D. Grayscale: #A1A1A1. Windows color (decimal): -1932142 or 9602274. OLE color: 9602274.

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

Color convert

RGB226132146-
CMYK00.420.350.11
HSL351.06º61.84%70.2%-
HSV(B)351.06º41.59%88.63%-
XYZ44.834.7531.54-
YUV161.7119.14173.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.84%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 146 (57.42% from 255) = 28.97%
R=44.84%
G=26.19%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613214600.420.350.11351.0661.8470.2
HexE2849202A23B15f3e46
Octal342204222052431353776106
Binary111000101000010010010010010101010001110111010111111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28492; }

 p { color: rgb(226,132,146); }

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

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

 a { background-color: rgb(226,132,146); }

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

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

 span { border-color: rgb(226,132,146); }

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