#E07D87

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

Shades of Carissma #E07D87

Tints of Carissma #E07D87

Color information

#E07D87 (or 0xE07D87) is unknown color: approx Carissma. HEX triplet: E0, 7D and 87. RGB value is (224,125,135). Sum of RGB (Red+Green+Blue) = 224+125+135=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D87 is #1F8278. Grayscale: #9B9B9B. Windows color (decimal): -2065017 or 8879584. OLE color: 8879584.

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

Color convert

RGB224125135-
CMYK00.440.400.12
HSL353.94º61.49%68.43%-
HSV(B)353.94º44.2%87.84%-
XYZ42.4532.2626.91-
YUV155.74116.3176.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.28%
GREEN value IS 125 (49.22% from 255) = 25.83%
BLUE value IS 135 (53.12% from 255) = 27.89%
R=46.28%
G=25.83%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412513500.440.400.12353.9461.4968.43
HexE07D8702C28C1623d44
Octal340175207054501454275104
Binary11100000111110110000111010110010100011001011000101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07D87; }

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

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

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

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

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

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

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

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