#EF7695

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

Shades of Carissma #EF7695

Tints of Carissma #EF7695

Color information

#EF7695 (or 0xEF7695) is unknown color: approx Carissma. HEX triplet: EF, 76 and 95. RGB value is (239,118,149). Sum of RGB (Red+Green+Blue) = 239+118+149=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7695 is #10896A. Grayscale: #9D9D9D. Windows color (decimal): -1083755 or 9795311. OLE color: 9795311.

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

Color convert

RGB239118149-
CMYK00.510.380.06
HSL344.63º79.08%70%-
HSV(B)344.63º50.63%93.73%-
XYZ47.533.4832.39-
YUV157.71123.09185.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.23%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 149 (58.59% from 255) = 29.45%
R=47.23%
G=23.32%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911814900.510.380.06344.6379.0870
HexEF76950332661594f46
Octal357166225063466531117106
Binary11101111111011010010101011001110011011010101100110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7695; }

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

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

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

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

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

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

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

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