#E08290

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

Shades of Carissma #E08290

Tints of Carissma #E08290

Color information

#E08290 (or 0xE08290) is unknown color: approx Carissma. HEX triplet: E0, 82 and 90. RGB value is (224,130,144). Sum of RGB (Red+Green+Blue) = 224+130+144=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E08290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08290 is #1F7D6F. Grayscale: #9F9F9F. Windows color (decimal): -2063728 or 9470688. OLE color: 9470688.

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

Color convert

RGB224130144-
CMYK00.420.360.12
HSL351.06º60.26%69.41%-
HSV(B)351.06º41.96%87.84%-
XYZ43.7633.8330.61-
YUV159.7119.14173.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.98%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 144 (56.64% from 255) = 28.92%
R=44.98%
G=26.10%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413014400.420.360.12351.0660.2669.41
HexE0829002A24C15f3c45
Octal340202220052441453774105
Binary111000001000001010010000010101010010011001010111111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08290; }

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

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

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

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

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

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

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

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