#E07B97

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

Shades of Carissma #E07B97

Tints of Carissma #E07B97

Color information

#E07B97 (or 0xE07B97) is unknown color: approx Carissma. HEX triplet: E0, 7B and 97. RGB value is (224,123,151). Sum of RGB (Red+Green+Blue) = 224+123+151=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07B97 is #1F8468. Grayscale: #9C9C9C. Windows color (decimal): -2065513 or 9927648. OLE color: 9927648.

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

Color convert

RGB224123151-
CMYK00.450.330.12
HSL343.37º61.96%68.04%-
HSV(B)343.37º45.09%87.84%-
XYZ43.4132.2533.21-
YUV156.39124.96176.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.98%
GREEN value IS 123 (48.44% from 255) = 24.70%
BLUE value IS 151 (59.38% from 255) = 30.32%
R=44.98%
G=24.70%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412315100.450.330.12343.3761.9668.04
HexE07B9702D21C1573e44
Octal340173227055411452776104
Binary11100000111101110010111010110110000111001010101111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07B97; }

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

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

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

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

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

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

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

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