#e2828c

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

Shades of Carissma #E2828C

Tints of Carissma #E2828C

Color information

#E2828C (or 0xE2828C) is unknown color: approx Carissma. HEX triplet: E2, 82 and 8C. RGB value is (226,130,140). Sum of RGB (Red+Green+Blue) = 226+130+140=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2828C is #1D7D73. Grayscale: #9F9F9F. Windows color (decimal): -1932660 or 9208546. OLE color: 9208546.

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

Color convert

RGB226130140-
CMYK00.420.380.11
HSL353.75º62.34%69.8%-
HSV(B)353.75º42.48%88.63%-
XYZ44.0834.0329.06-
YUV159.84116.8175.19-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.56%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 140 (55.08% from 255) = 28.23%
R=45.56%
G=26.21%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613014000.420.380.11353.7562.3469.8
HexE2828C02A26B1623e46
Octal342202214052461354276106
Binary111000101000001010001100010101010011010111011000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2828c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2828c; }

 p { color: rgb(226,130,140); }

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

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

 a { background-color: rgb(226,130,140); }

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

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

 span { border-color: rgb(226,130,140); }

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