#E07D95

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

Shades of Carissma #E07D95

Tints of Carissma #E07D95

Color information

#E07D95 (or 0xE07D95) is unknown color: approx Carissma. HEX triplet: E0, 7D and 95. RGB value is (224,125,149). Sum of RGB (Red+Green+Blue) = 224+125+149=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D95 is #1F826A. Grayscale: #9D9D9D. Windows color (decimal): -2065003 or 9797088. OLE color: 9797088.

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

Color convert

RGB224125149-
CMYK00.440.330.12
HSL345.45º61.49%68.43%-
HSV(B)345.45º44.2%87.84%-
XYZ43.532.6832.45-
YUV157.34123.3175.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.98%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=44.98%
G=25.10%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412514900.440.330.12345.4561.4968.43
HexE07D9502C21C1593d44
Octal340175225054411453175104
Binary11100000111110110010101010110010000111001010110011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07D95; }

 p { color: rgb(224,125,149); }

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

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

 a { background-color: rgb(224,125,149); }

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

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

 span { border-color: rgb(224,125,149); }

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