#e07a97

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

Shades of Carissma #E07A97

Tints of Carissma #E07A97

Color information

#E07A97 (or 0xE07A97) is unknown color: approx Carissma. HEX triplet: E0, 7A and 97. RGB value is (224,122,151). Sum of RGB (Red+Green+Blue) = 224+122+151=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07A97 is #1F8568. Grayscale: #9B9B9B. Windows color (decimal): -2065769 or 9927392. OLE color: 9927392.

HSL color Cylindrical-coordinate representation of color #E07A97: hue angle of 342.94º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07A97 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224122151-
CMYK00.460.330.12
HSL342.94º62.2%67.84%-
HSV(B)342.94º45.54%87.84%-
XYZ43.293233.17-
YUV155.8125.29176.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 122 (48.05% from 255) = 24.55%
BLUE value IS 151 (59.38% from 255) = 30.38%
R=45.07%
G=24.55%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412215100.460.330.12342.9462.267.84
HexE07A9702E21C1573e44
Octal340172227056411452776104
Binary11100000111101010010111010111010000111001010101111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e07a97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e07a97; }

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

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

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

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

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

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

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

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