#EF7A9C

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

Shades of Carissma #EF7A9C

Tints of Carissma #EF7A9C

Color information

#EF7A9C (or 0xEF7A9C) is unknown color: approx Carissma. HEX triplet: EF, 7A and 9C. RGB value is (239,122,156). Sum of RGB (Red+Green+Blue) = 239+122+156=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7A9C is #108563. Grayscale: #A0A0A0. Windows color (decimal): -1082724 or 10255087. OLE color: 10255087.

HSL color Cylindrical-coordinate representation of color #EF7A9C: hue angle of 342.56º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7A9C is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB239122156-
CMYK00.490.350.06
HSL342.56º78.52%70.78%-
HSV(B)342.56º48.95%93.73%-
XYZ48.5634.6735.59-
YUV160.86125.26183.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.23%
GREEN value IS 122 (48.05% from 255) = 23.60%
BLUE value IS 156 (61.33% from 255) = 30.17%
R=46.23%
G=23.60%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912215600.490.350.06342.5678.5270.78
HexEF7A9C0312361574f47
Octal357172234061436527117107
Binary11101111111101010011100011000110001111010101011110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A9C; }

 p { color: rgb(239,122,156); }

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

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

 a { background-color: rgb(239,122,156); }

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

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

 span { border-color: rgb(239,122,156); }

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