#E6898C

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

Shades of Carissma #E6898C

Tints of Carissma #E6898C

Color information

#E6898C (or 0xE6898C) is unknown color: approx Carissma. HEX triplet: E6, 89 and 8C. RGB value is (230,137,140). Sum of RGB (Red+Green+Blue) = 230+137+140=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6898C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6898C is #197673. Grayscale: #A5A5A5. Windows color (decimal): -1668724 or 9210342. OLE color: 9210342.

HSL color Cylindrical-coordinate representation of color #E6898C: hue angle of 358.06º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6898C is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB230137140-
CMYK00.400.390.10
HSL358.06º65.03%71.96%-
HSV(B)358.06º40.43%90.2%-
XYZ46.3136.6129.44-
YUV165.15113.81174.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.36%
GREEN value IS 137 (53.91% from 255) = 27.02%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=45.36%
G=27.02%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013714000.400.390.10358.0665.0371.96
HexE6898C02827A1664148
Octal3462112140504712546101110
Binary1110011010001001100011000101000100111101010110011010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6898C; }

 p { color: rgb(230,137,140); }

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

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

 a { background-color: rgb(230,137,140); }

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

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

 span { border-color: rgb(230,137,140); }

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