#E6789A

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

Shades of Carissma #E6789A

Tints of Carissma #E6789A

Color information

#E6789A (or 0xE6789A) is unknown color: approx Carissma. HEX triplet: E6, 78 and 9A. RGB value is (230,120,154). Sum of RGB (Red+Green+Blue) = 230+120+154=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6789A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6789A is #198765. Grayscale: #9C9C9C. Windows color (decimal): -1673062 or 10123494. OLE color: 10123494.

HSL color Cylindrical-coordinate representation of color #E6789A: hue angle of 341.45º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6789A is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB230120154-
CMYK00.480.330.10
HSL341.45º68.75%68.63%-
HSV(B)341.45º47.83%90.2%-
XYZ45.1832.5934.48-
YUV156.77126.44180.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.63%
GREEN value IS 120 (47.27% from 255) = 23.81%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=45.63%
G=23.81%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012015400.480.330.10341.4568.7568.63
HexE6789A03021A1554545
Octal3461702320604112525105105
Binary111001101111000100110100110000100001101010101010110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6789A; }

 p { color: rgb(230,120,154); }

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

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

 a { background-color: rgb(230,120,154); }

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

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

 span { border-color: rgb(230,120,154); }

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