#EF848C

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

Shades of Carissma #EF848C

Tints of Carissma #EF848C

Color information

#EF848C (or 0xEF848C) is unknown color: approx Carissma. HEX triplet: EF, 84 and 8C. RGB value is (239,132,140). Sum of RGB (Red+Green+Blue) = 239+132+140=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF848C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF848C is #107B73. Grayscale: #A4A4A4. Windows color (decimal): -1080180 or 9209071. OLE color: 9209071.

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

Color convert

RGB239132140-
CMYK00.450.410.06
HSL355.51º76.98%72.75%-
HSV(B)355.51º44.77%93.73%-
XYZ48.5836.7529.34-
YUV164.9113.95180.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.77%
GREEN value IS 132 (51.95% from 255) = 25.83%
BLUE value IS 140 (55.08% from 255) = 27.40%
R=46.77%
G=25.83%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913214000.450.410.06355.5176.9872.75
HexEF848C02D2961644d49
Octal357204214055516544115111
Binary111011111000010010001100010110110100111010110010010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF848C; }

 p { color: rgb(239,132,140); }

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

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

 a { background-color: rgb(239,132,140); }

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

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

 span { border-color: rgb(239,132,140); }

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