#E08392

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

Shades of Carissma #E08392

Tints of Carissma #E08392

Color information

#E08392 (or 0xE08392) is unknown color: approx Carissma. HEX triplet: E0, 83 and 92. RGB value is (224,131,146). Sum of RGB (Red+Green+Blue) = 224+131+146=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E08392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08392 is #1F7C6D. Grayscale: #A0A0A0. Windows color (decimal): -2063470 or 9602016. OLE color: 9602016.

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

Color convert

RGB224131146-
CMYK00.420.350.12
HSL350.32º60%69.61%-
HSV(B)350.32º41.52%87.84%-
XYZ44.0534.1631.47-
YUV160.52119.81173.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.71%
GREEN value IS 131 (51.56% from 255) = 26.15%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=44.71%
G=26.15%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413114600.420.350.12350.326069.61
HexE0839202A23C15e3c46
Octal340203222052431453674106
Binary111000001000001110010010010101010001111001010111101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08392; }

 p { color: rgb(224,131,146); }

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

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

 a { background-color: rgb(224,131,146); }

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

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

 span { border-color: rgb(224,131,146); }

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