#E5869C

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

Shades of Carissma #E5869C

Tints of Carissma #E5869C

Color information

#E5869C (or 0xE5869C) is unknown color: approx Carissma. HEX triplet: E5, 86 and 9C. RGB value is (229,134,156). Sum of RGB (Red+Green+Blue) = 229+134+156=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5869C is #1A7963. Grayscale: #A4A4A4. Windows color (decimal): -1735012 or 10258149. OLE color: 10258149.

HSL color Cylindrical-coordinate representation of color #E5869C: hue angle of 346.11º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5869C is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB229134156-
CMYK00.410.320.10
HSL346.11º64.63%71.18%-
HSV(B)346.11º41.48%89.8%-
XYZ46.8436.1135.95-
YUV164.91122.97173.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.12%
GREEN value IS 134 (52.73% from 255) = 25.82%
BLUE value IS 156 (61.33% from 255) = 30.06%
R=44.12%
G=25.82%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913415600.410.320.10346.1164.6371.18
HexE5869C02920A15a4147
Octal3452062340514012532101107
Binary1110010110000110100111000101001100000101010101101010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5869C; }

 p { color: rgb(229,134,156); }

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

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

 a { background-color: rgb(229,134,156); }

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

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

 span { border-color: rgb(229,134,156); }

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