#E07D99

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

Shades of Carissma #E07D99

Tints of Carissma #E07D99

Color information

#E07D99 (or 0xE07D99) is unknown color: approx Carissma. HEX triplet: E0, 7D and 99. RGB value is (224,125,153). Sum of RGB (Red+Green+Blue) = 224+125+153=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D99 is #1F8266. Grayscale: #9D9D9D. Windows color (decimal): -2064999 or 10059232. OLE color: 10059232.

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

Color convert

RGB224125153-
CMYK00.440.320.12
HSL343.03º61.49%68.43%-
HSV(B)343.03º44.2%87.84%-
XYZ43.8232.8134.16-
YUV157.79125.3175.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.62%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 153 (60.16% from 255) = 30.48%
R=44.62%
G=24.90%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412515300.440.320.12343.0361.4968.43
HexE07D9902C20C1573d44
Octal340175231054401452775104
Binary11100000111110110011001010110010000011001010101111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07D99; }

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

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

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

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

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

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

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

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