#E07B8B

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

Shades of Carissma #E07B8B

Tints of Carissma #E07B8B

Color information

#E07B8B (or 0xE07B8B) is unknown color: approx Carissma. HEX triplet: E0, 7B and 8B. RGB value is (224,123,139). Sum of RGB (Red+Green+Blue) = 224+123+139=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07B8B is #1F8474. Grayscale: #9B9B9B. Windows color (decimal): -2065525 or 9141216. OLE color: 9141216.

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

Color convert

RGB224123139-
CMYK00.450.380.12
HSL350.5º61.96%68.04%-
HSV(B)350.5º45.09%87.84%-
XYZ42.4831.8828.34-
YUV155.02118.96177.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.09%
GREEN value IS 123 (48.44% from 255) = 25.31%
BLUE value IS 139 (54.69% from 255) = 28.60%
R=46.09%
G=25.31%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412313900.450.380.12350.561.9668.04
HexE07B8B02D26C15e3e44
Octal340173213055461453676104
Binary11100000111101110001011010110110011011001010111101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07B8B; }

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

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

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

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

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

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

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

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