#EF7A9A

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

Shades of Carissma #EF7A9A

Tints of Carissma #EF7A9A

Color information

#EF7A9A (or 0xEF7A9A) is unknown color: approx Carissma. HEX triplet: EF, 7A and 9A. RGB value is (239,122,154). Sum of RGB (Red+Green+Blue) = 239+122+154=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7A9A is #108565. Grayscale: #A0A0A0. Windows color (decimal): -1082726 or 10124015. OLE color: 10124015.

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

Color convert

RGB239122154-
CMYK00.490.360.06
HSL343.59º78.52%70.78%-
HSV(B)343.59º48.95%93.73%-
XYZ48.3934.634.7-
YUV160.63124.26183.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.41%
GREEN value IS 122 (48.05% from 255) = 23.69%
BLUE value IS 154 (60.55% from 255) = 29.90%
R=46.41%
G=23.69%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912215400.490.360.06343.5978.5270.78
HexEF7A9A0312461584f47
Octal357172232061446530117107
Binary11101111111101010011010011000110010011010101100010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A9A; }

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

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

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

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

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

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

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

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