#E07D9A

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

Shades of Carissma #E07D9A

Tints of Carissma #E07D9A

Color information

#E07D9A (or 0xE07D9A) is unknown color: approx Carissma. HEX triplet: E0, 7D and 9A. RGB value is (224,125,154). Sum of RGB (Red+Green+Blue) = 224+125+154=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D9A is #1F8265. Grayscale: #9D9D9D. Windows color (decimal): -2064998 or 10124768. OLE color: 10124768.

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

Color convert

RGB224125154-
CMYK00.440.310.12
HSL342.42º61.49%68.43%-
HSV(B)342.42º44.2%87.84%-
XYZ43.9132.8534.6-
YUV157.91125.8175.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 125 (49.22% from 255) = 24.85%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=44.53%
G=24.85%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412515400.440.310.12342.4261.4968.43
HexE07D9A02C1FC1563d44
Octal340175232054371452675104
Binary1110000011111011001101001011001111111001010101101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07D9A; }

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

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

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

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

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

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

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

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