#EF7A97

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

Shades of Carissma #EF7A97

Tints of Carissma #EF7A97

Color information

#EF7A97 (or 0xEF7A97) is unknown color: approx Carissma. HEX triplet: EF, 7A and 97. RGB value is (239,122,151). Sum of RGB (Red+Green+Blue) = 239+122+151=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7A97 is #108568. Grayscale: #A0A0A0. Windows color (decimal): -1082729 or 9927407. OLE color: 9927407.

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

Color convert

RGB239122151-
CMYK00.490.370.06
HSL345.13º78.52%70.78%-
HSV(B)345.13º48.95%93.73%-
XYZ48.1434.533.4-
YUV160.29122.76184.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.68%
GREEN value IS 122 (48.05% from 255) = 23.83%
BLUE value IS 151 (59.38% from 255) = 29.49%
R=46.68%
G=23.83%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912215100.490.370.06345.1378.5270.78
HexEF7A970312561594f47
Octal357172227061456531117107
Binary11101111111101010010111011000110010111010101100110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A97; }

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

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

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

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

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

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

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

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