#E0848A

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

Shades of Carissma #E0848A

Tints of Carissma #E0848A

Color information

#E0848A (or 0xE0848A) is unknown color: approx Carissma. HEX triplet: E0, 84 and 8A. RGB value is (224,132,138). Sum of RGB (Red+Green+Blue) = 224+132+138=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E0848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0848A is #1F7B75. Grayscale: #A0A0A0. Windows color (decimal): -2063222 or 9077984. OLE color: 9077984.

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

Color convert

RGB224132138-
CMYK00.410.380.12
HSL356.09º59.74%69.8%-
HSV(B)356.09º41.07%87.84%-
XYZ43.5834.1828.35-
YUV160.19115.48173.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.34%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=45.34%
G=26.72%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413213800.410.380.12356.0959.7469.8
HexE0848A02926C1643c46
Octal340204212051461454474106
Binary111000001000010010001010010100110011011001011001001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0848A; }

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

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

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

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

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

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

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

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