#EF7A99

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

Shades of Carissma #EF7A99

Tints of Carissma #EF7A99

Color information

#EF7A99 (or 0xEF7A99) is unknown color: approx Carissma. HEX triplet: EF, 7A and 99. RGB value is (239,122,153). Sum of RGB (Red+Green+Blue) = 239+122+153=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7A99 is #108566. Grayscale: #A0A0A0. Windows color (decimal): -1082727 or 10058479. OLE color: 10058479.

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

Color convert

RGB239122153-
CMYK00.490.360.06
HSL344.1º78.52%70.78%-
HSV(B)344.1º48.95%93.73%-
XYZ48.3134.5734.26-
YUV160.52123.76183.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.50%
GREEN value IS 122 (48.05% from 255) = 23.74%
BLUE value IS 153 (60.16% from 255) = 29.77%
R=46.50%
G=23.74%
B=29.77%

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
Decimal23912215300.490.360.06344.178.5270.78
HexEF7A990312461584f47
Octal357172231061446530117107
Binary11101111111101010011001011000110010011010101100010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A99; }

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

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

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

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

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

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

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

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