#EF848E

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

Shades of Carissma #EF848E

Tints of Carissma #EF848E

Color information

#EF848E (or 0xEF848E) is unknown color: approx Carissma. HEX triplet: EF, 84 and 8E. RGB value is (239,132,142). Sum of RGB (Red+Green+Blue) = 239+132+142=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF848E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF848E is #107B71. Grayscale: #A5A5A5. Windows color (decimal): -1080178 or 9340143. OLE color: 9340143.

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

Color convert

RGB239132142-
CMYK00.450.410.06
HSL354.39º76.98%72.75%-
HSV(B)354.39º44.77%93.73%-
XYZ48.7336.8130.13-
YUV165.13114.95180.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.59%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=46.59%
G=25.73%
B=27.68%

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
Decimal23913214200.450.410.06354.3976.9872.75
HexEF848E02D2961624d49
Octal357204216055516542115111
Binary111011111000010010001110010110110100111010110001010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF848E; }

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

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

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

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

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

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

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

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