#E07D90

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

Shades of Carissma #E07D90

Tints of Carissma #E07D90

Color information

#E07D90 (or 0xE07D90) is unknown color: approx Carissma. HEX triplet: E0, 7D and 90. RGB value is (224,125,144). Sum of RGB (Red+Green+Blue) = 224+125+144=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D90 is #1F826F. Grayscale: #9C9C9C. Windows color (decimal): -2065008 or 9469408. OLE color: 9469408.

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

Color convert

RGB224125144-
CMYK00.440.360.12
HSL348.48º61.49%68.43%-
HSV(B)348.48º44.2%87.84%-
XYZ43.1132.5330.39-
YUV156.77120.8175.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 144 (56.64% from 255) = 29.21%
R=45.44%
G=25.35%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412514400.440.360.12348.4861.4968.43
HexE07D9002C24C15c3d44
Octal340175220054441453475104
Binary11100000111110110010000010110010010011001010111001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07D90; }

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

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

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

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

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

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

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

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