#EF759C

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

Shades of Carissma #EF759C

Tints of Carissma #EF759C

Color information

#EF759C (or 0xEF759C) is unknown color: approx Carissma. HEX triplet: EF, 75 and 9C. RGB value is (239,117,156). Sum of RGB (Red+Green+Blue) = 239+117+156=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF759C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF759C is #108A63. Grayscale: #9D9D9D. Windows color (decimal): -1084004 or 10253807. OLE color: 10253807.

HSL color Cylindrical-coordinate representation of color #EF759C: hue angle of 340.82º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF759C is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB239117156-
CMYK00.510.350.06
HSL340.82º79.22%69.8%-
HSV(B)340.82º51.05%93.73%-
XYZ47.9633.4735.39-
YUV157.92126.92185.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.68%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=46.68%
G=22.85%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911715600.510.350.06340.8279.2269.8
HexEF759C0332361554f46
Octal357165234063436525117106
Binary11101111111010110011100011001110001111010101010110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF759C; }

 p { color: rgb(239,117,156); }

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

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

 a { background-color: rgb(239,117,156); }

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

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

 span { border-color: rgb(239,117,156); }

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