#EF858A

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

Shades of Carissma #EF858A

Tints of Carissma #EF858A

Color information

#EF858A (or 0xEF858A) is unknown color: approx Carissma. HEX triplet: EF, 85 and 8A. RGB value is (239,133,138). Sum of RGB (Red+Green+Blue) = 239+133+138=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF858A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF858A is #107A75. Grayscale: #A5A5A5. Windows color (decimal): -1079926 or 9078255. OLE color: 9078255.

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

Color convert

RGB239133138-
CMYK00.440.420.06
HSL357.17º76.81%72.94%-
HSV(B)357.17º44.35%93.73%-
XYZ48.5736.9628.62-
YUV165.26112.62180.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.86%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=46.86%
G=26.08%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913313800.440.420.06357.1776.8172.94
HexEF858A02C2A61654d49
Octal357205212054526545115111
Binary111011111000010110001010010110010101011010110010110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF858A; }

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

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

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

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

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

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

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

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