#E07A96

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

Shades of Carissma #E07A96

Tints of Carissma #E07A96

Color information

#E07A96 (or 0xE07A96) is unknown color: approx Carissma. HEX triplet: E0, 7A and 96. RGB value is (224,122,150). Sum of RGB (Red+Green+Blue) = 224+122+150=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07A96 is #1F8569. Grayscale: #9B9B9B. Windows color (decimal): -2065770 or 9861856. OLE color: 9861856.

HSL color Cylindrical-coordinate representation of color #E07A96: hue angle of 343.53º 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 #E07A96 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224122150-
CMYK00.460.330.12
HSL343.53º62.2%67.84%-
HSV(B)343.53º45.54%87.84%-
XYZ43.2131.9732.75-
YUV155.69124.79176.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 122 (48.05% from 255) = 24.60%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=45.16%
G=24.60%
B=30.24%

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
Decimal22412215000.460.330.12343.5362.267.84
HexE07A9602E21C1583e44
Octal340172226056411453076104
Binary11100000111101010010110010111010000111001010110001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07A96; }

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

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

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

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

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

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

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

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