#EF848F

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

Shades of Carissma #EF848F

Tints of Carissma #EF848F

Color information

#EF848F (or 0xEF848F) is unknown color: approx Carissma. HEX triplet: EF, 84 and 8F. RGB value is (239,132,143). Sum of RGB (Red+Green+Blue) = 239+132+143=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF848F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF848F is #107B70. Grayscale: #A5A5A5. Windows color (decimal): -1080177 or 9405679. OLE color: 9405679.

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

Color convert

RGB239132143-
CMYK00.450.400.06
HSL353.83º76.98%72.75%-
HSV(B)353.83º44.77%93.73%-
XYZ48.8136.8430.52-
YUV165.25115.45180.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.50%
GREEN value IS 132 (51.95% from 255) = 25.68%
BLUE value IS 143 (56.25% from 255) = 27.82%
R=46.50%
G=25.68%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913214300.450.400.06353.8376.9872.75
HexEF848F02D2861624d49
Octal357204217055506542115111
Binary111011111000010010001111010110110100011010110001010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF848F; }

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

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

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

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

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

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

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

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