#E08294

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

Shades of Carissma #E08294

Tints of Carissma #E08294

Color information

#E08294 (or 0xE08294) is unknown color: approx Carissma. HEX triplet: E0, 82 and 94. RGB value is (224,130,148). Sum of RGB (Red+Green+Blue) = 224+130+148=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E08294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08294 is #1F7D6B. Grayscale: #A0A0A0. Windows color (decimal): -2063724 or 9732832. OLE color: 9732832.

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

Color convert

RGB224130148-
CMYK00.420.340.12
HSL348.51º60.26%69.41%-
HSV(B)348.51º41.96%87.84%-
XYZ44.0733.9532.25-
YUV160.16121.14173.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.62%
GREEN value IS 130 (51.17% from 255) = 25.90%
BLUE value IS 148 (58.20% from 255) = 29.48%
R=44.62%
G=25.90%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413014800.420.340.12348.5160.2669.41
HexE0829402A22C15d3c45
Octal340202224052421453574105
Binary111000001000001010010100010101010001011001010111011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08294; }

 p { color: rgb(224,130,148); }

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

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

 a { background-color: rgb(224,130,148); }

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

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

 span { border-color: rgb(224,130,148); }

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