#E0848E

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

Shades of Carissma #E0848E

Tints of Carissma #E0848E

Color information

#E0848E (or 0xE0848E) is unknown color: approx Carissma. HEX triplet: E0, 84 and 8E. RGB value is (224,132,142). Sum of RGB (Red+Green+Blue) = 224+132+142=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0848E is #1F7B71. Grayscale: #A0A0A0. Windows color (decimal): -2063218 or 9340128. OLE color: 9340128.

HSL color Cylindrical-coordinate representation of color #E0848E: hue angle of 353.48º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0848E is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224132142-
CMYK00.410.370.12
HSL353.48º59.74%69.8%-
HSV(B)353.48º41.07%87.84%-
XYZ43.8734.329.9-
YUV160.65117.48173.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.98%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=44.98%
G=26.51%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413214200.410.370.12353.4859.7469.8
HexE0848E02925C1613c46
Octal340204216051451454174106
Binary111000001000010010001110010100110010111001011000011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0848E; }

 p { color: rgb(224,132,142); }

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

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

 a { background-color: rgb(224,132,142); }

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

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

 span { border-color: rgb(224,132,142); }

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