#E18693

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

Shades of Carissma #E18693

Tints of Carissma #E18693

Color information

#E18693 (or 0xE18693) is unknown color: approx Carissma. HEX triplet: E1, 86 and 93. RGB value is (225,134,147). Sum of RGB (Red+Green+Blue) = 225+134+147=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E18693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18693 is #1E796C. Grayscale: #A2A2A2. Windows color (decimal): -1997165 or 9668321. OLE color: 9668321.

HSL color Cylindrical-coordinate representation of color #E18693: hue angle of 351.43º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E18693 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB225134147-
CMYK00.400.350.12
HSL351.43º60.26%70.39%-
HSV(B)351.43º40.44%88.24%-
XYZ44.8435.1632.03-
YUV162.69119.15172.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.47%
GREEN value IS 134 (52.73% from 255) = 26.48%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=44.47%
G=26.48%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513414700.400.350.12351.4360.2670.39
HexE1869302823C15f3c46
Octal341206223050431453774106
Binary111000011000011010010011010100010001111001010111111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18693; }

 p { color: rgb(225,134,147); }

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

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

 a { background-color: rgb(225,134,147); }

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

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

 span { border-color: rgb(225,134,147); }

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