#E18C9A

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

Shades of Carissma #E18C9A

Tints of Carissma #E18C9A

Color information

#E18C9A (or 0xE18C9A) is unknown color: approx Carissma. HEX triplet: E1, 8C and 9A. RGB value is (225,140,154). Sum of RGB (Red+Green+Blue) = 225+140+154=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18C9A is #1E7365. Grayscale: #A7A7A7. Windows color (decimal): -1995622 or 10128609. OLE color: 10128609.

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

Color convert

RGB225140154-
CMYK00.380.320.12
HSL350.12º58.62%71.57%-
HSV(B)350.12º37.78%88.24%-
XYZ46.2637.135.29-
YUV167.01120.66169.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 154 (60.55% from 255) = 29.67%
R=43.35%
G=26.97%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514015400.380.320.12350.1258.6271.57
HexE18C9A02620C15e3b48
Octal341214232046401453673110
Binary111000011000110010011010010011010000011001010111101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18C9A; }

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

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

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

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

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

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

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

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