#E0858A

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

Shades of Carissma #E0858A

Tints of Carissma #E0858A

Color information

#E0858A (or 0xE0858A) is unknown color: approx Carissma. HEX triplet: E0, 85 and 8A. RGB value is (224,133,138). Sum of RGB (Red+Green+Blue) = 224+133+138=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0858A is #1F7A75. Grayscale: #A0A0A0. Windows color (decimal): -2062966 or 9078240. OLE color: 9078240.

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

Color convert

RGB224133138-
CMYK00.410.380.12
HSL356.7º59.48%70%-
HSV(B)356.7º40.62%87.84%-
XYZ43.7234.4628.39-
YUV160.78115.15173.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.25%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=45.25%
G=26.87%
B=27.88%

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
Decimal22413313800.410.380.12356.759.4870
HexE0858A02926C1653b46
Octal340205212051461454573106
Binary111000001000010110001010010100110011011001011001011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0858A; }

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

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

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

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

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

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

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

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