#EF8595

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

Shades of Carissma #EF8595

Tints of Carissma #EF8595

Color information

#EF8595 (or 0xEF8595) is unknown color: approx Carissma. HEX triplet: EF, 85 and 95. RGB value is (239,133,149). Sum of RGB (Red+Green+Blue) = 239+133+149=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8595 is #107A6A. Grayscale: #A6A6A6. Windows color (decimal): -1079915 or 9799151. OLE color: 9799151.

HSL color Cylindrical-coordinate representation of color #EF8595: hue angle of 350.94º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF8595 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB239133149-
CMYK00.440.380.06
HSL350.94º76.81%72.94%-
HSV(B)350.94º44.35%93.73%-
XYZ49.4137.333.03-
YUV166.52118.12179.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=45.87%
G=25.53%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913314900.440.380.06350.9476.8172.94
HexEF859502C26615f4d49
Octal357205225054466537115111
Binary111011111000010110010101010110010011011010101111110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8595; }

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

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

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

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

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

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

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

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