#E07F9F

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

Shades of Carissma #E07F9F

Tints of Carissma #E07F9F

Color information

#E07F9F (or 0xE07F9F) is unknown color: approx Carissma. HEX triplet: E0, 7F and 9F. RGB value is (224,127,159). Sum of RGB (Red+Green+Blue) = 224+127+159=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F9F is #1F8060. Grayscale: #9F9F9F. Windows color (decimal): -2064481 or 10452960. OLE color: 10452960.

HSL color Cylindrical-coordinate representation of color #E07F9F: hue angle of 340.21º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07F9F is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224127159-
CMYK00.430.290.12
HSL340.21º61.01%68.82%-
HSV(B)340.21º43.3%87.84%-
XYZ44.5933.5336.92-
YUV159.65127.64173.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.92%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 159 (62.5% from 255) = 31.18%
R=43.92%
G=24.90%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412715900.430.290.12340.2161.0168.82
HexE07F9F02B1DC1543d45
Octal340177237053351452475105
Binary1110000011111111001111101010111110111001010101001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07F9F; }

 p { color: rgb(224,127,159); }

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

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

 a { background-color: rgb(224,127,159); }

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

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

 span { border-color: rgb(224,127,159); }

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