#EF7696

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

Shades of Carissma #EF7696

Tints of Carissma #EF7696

Color information

#EF7696 (or 0xEF7696) is unknown color: approx Carissma. HEX triplet: EF, 76 and 96. RGB value is (239,118,150). Sum of RGB (Red+Green+Blue) = 239+118+150=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7696 is #108969. Grayscale: #9D9D9D. Windows color (decimal): -1083754 or 9860847. OLE color: 9860847.

HSL color Cylindrical-coordinate representation of color #EF7696: hue angle of 344.13º 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 #EF7696 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB239118150-
CMYK00.510.370.06
HSL344.13º79.08%70%-
HSV(B)344.13º50.63%93.73%-
XYZ47.5833.5132.81-
YUV157.83123.59185.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.14%
GREEN value IS 118 (46.48% from 255) = 23.27%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=47.14%
G=23.27%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911815000.510.370.06344.1379.0870
HexEF76960332561584f46
Octal357166226063456530117106
Binary11101111111011010010110011001110010111010101100010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7696; }

 p { color: rgb(239,118,150); }

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

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

 a { background-color: rgb(239,118,150); }

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

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

 span { border-color: rgb(239,118,150); }

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