#E9769D

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

Shades of Carissma #E9769D

Tints of Carissma #E9769D

Color information

#E9769D (or 0xE9769D) is unknown color: approx Carissma. HEX triplet: E9, 76 and 9D. RGB value is (233,118,157). Sum of RGB (Red+Green+Blue) = 233+118+157=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E9769D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9769D is #168962. Grayscale: #9C9C9C. Windows color (decimal): -1476963 or 10319593. OLE color: 10319593.

HSL color Cylindrical-coordinate representation of color #E9769D: hue angle of 339.65º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E9769D is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB233118157-
CMYK00.490.330.09
HSL339.65º72.33%68.82%-
HSV(B)339.65º49.36%91.37%-
XYZ46.1732.7135.78-
YUV156.83128.1182.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.87%
GREEN value IS 118 (46.48% from 255) = 23.23%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=45.87%
G=23.23%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311815700.490.330.09339.6572.3368.82
HexE9769D0312191544845
Octal3511662350614111524110105
Binary111010011110110100111010110001100001100110101010010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9769D; }

 p { color: rgb(233,118,157); }

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

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

 a { background-color: rgb(233,118,157); }

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

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

 span { border-color: rgb(233,118,157); }

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