#E07B91

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

Shades of Carissma #E07B91

Tints of Carissma #E07B91

Color information

#E07B91 (or 0xE07B91) is unknown color: approx Carissma. HEX triplet: E0, 7B and 91. RGB value is (224,123,145). Sum of RGB (Red+Green+Blue) = 224+123+145=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07B91 is #1F846E. Grayscale: #9B9B9B. Windows color (decimal): -2065519 or 9534432. OLE color: 9534432.

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

Color convert

RGB224123145-
CMYK00.450.350.12
HSL346.93º61.96%68.04%-
HSV(B)346.93º45.09%87.84%-
XYZ42.9332.0630.71-
YUV155.71121.96176.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.53%
GREEN value IS 123 (48.44% from 255) = 25%
BLUE value IS 145 (57.03% from 255) = 29.47%
R=45.53%
G=25%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412314500.450.350.12346.9361.9668.04
HexE07B9102D23C15b3e44
Octal340173221055431453376104
Binary11100000111101110010001010110110001111001010110111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07B91; }

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

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

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

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

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

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

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

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