#E18C8F

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

Shades of Carissma #E18C8F

Tints of Carissma #E18C8F

Color information

#E18C8F (or 0xE18C8F) is unknown color: approx Carissma. HEX triplet: E1, 8C and 8F. RGB value is (225,140,143). Sum of RGB (Red+Green+Blue) = 225+140+143=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18C8F is #1E7370. Grayscale: #A5A5A5. Windows color (decimal): -1995633 or 9407713. OLE color: 9407713.

HSL color Cylindrical-coordinate representation of color #E18C8F: hue angle of 357.88º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18C8F is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB225140143-
CMYK00.380.360.12
HSL357.88º58.62%71.57%-
HSV(B)357.88º37.78%88.24%-
XYZ45.3936.7530.69-
YUV165.76115.16170.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.29%
GREEN value IS 140 (55.08% from 255) = 27.56%
BLUE value IS 143 (56.25% from 255) = 28.15%
R=44.29%
G=27.56%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514014300.380.360.12357.8858.6271.57
HexE18C8F02624C1663b48
Octal341214217046441454673110
Binary111000011000110010001111010011010010011001011001101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18C8F; }

 p { color: rgb(225,140,143); }

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

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

 a { background-color: rgb(225,140,143); }

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

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

 span { border-color: rgb(225,140,143); }

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