#E07E94

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

Shades of Carissma #E07E94

Tints of Carissma #E07E94

Color information

#E07E94 (or 0xE07E94) is unknown color: approx Carissma. HEX triplet: E0, 7E and 94. RGB value is (224,126,148). Sum of RGB (Red+Green+Blue) = 224+126+148=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07E94 is #1F816B. Grayscale: #9D9D9D. Windows color (decimal): -2064748 or 9731808. OLE color: 9731808.

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

Color convert

RGB224126148-
CMYK00.440.340.12
HSL346.53º61.25%68.63%-
HSV(B)346.53º43.75%87.84%-
XYZ43.5532.9132.07-
YUV157.81122.47175.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.98%
GREEN value IS 126 (49.61% from 255) = 25.30%
BLUE value IS 148 (58.20% from 255) = 29.72%
R=44.98%
G=25.30%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412614800.440.340.12346.5361.2568.63
HexE07E9402C22C15b3d45
Octal340176224054421453375105
Binary11100000111111010010100010110010001011001010110111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07E94; }

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

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

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

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

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

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

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

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