#E07B8C

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

Shades of Carissma #E07B8C

Tints of Carissma #E07B8C

Color information

#E07B8C (or 0xE07B8C) is unknown color: approx Carissma. HEX triplet: E0, 7B and 8C. RGB value is (224,123,140). Sum of RGB (Red+Green+Blue) = 224+123+140=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07B8C is #1F8473. Grayscale: #9B9B9B. Windows color (decimal): -2065524 or 9206752. OLE color: 9206752.

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

Color convert

RGB224123140-
CMYK00.450.380.12
HSL349.9º61.96%68.04%-
HSV(B)349.9º45.09%87.84%-
XYZ42.5631.9128.73-
YUV155.14119.46177.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.00%
GREEN value IS 123 (48.44% from 255) = 25.26%
BLUE value IS 140 (55.08% from 255) = 28.75%
R=46.00%
G=25.26%
B=28.75%

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
Decimal22412314000.450.380.12349.961.9668.04
HexE07B8C02D26C15e3e44
Octal340173214055461453676104
Binary11100000111101110001100010110110011011001010111101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07B8C; }

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

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

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

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

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

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

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

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