#E07F94

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

Shades of Carissma #E07F94

Tints of Carissma #E07F94

Color information

#E07F94 (or 0xE07F94) is unknown color: approx Carissma. HEX triplet: E0, 7F and 94. RGB value is (224,127,148). Sum of RGB (Red+Green+Blue) = 224+127+148=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F94 is #1F806B. Grayscale: #9E9E9E. Windows color (decimal): -2064492 or 9732064. OLE color: 9732064.

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

Color convert

RGB224127148-
CMYK00.430.340.12
HSL347.01º61.01%68.82%-
HSV(B)347.01º43.3%87.84%-
XYZ43.6833.1632.12-
YUV158.4122.14174.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.89%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 148 (58.20% from 255) = 29.66%
R=44.89%
G=25.45%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412714800.430.340.12347.0161.0168.82
HexE07F9402B22C15b3d45
Octal340177224053421453375105
Binary11100000111111110010100010101110001011001010110111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07F94; }

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

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

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

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

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

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

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

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