#E07D9F

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

Shades of Carissma #E07D9F

Tints of Carissma #E07D9F

Color information

#E07D9F (or 0xE07D9F) is unknown color: approx Carissma. HEX triplet: E0, 7D and 9F. RGB value is (224,125,159). Sum of RGB (Red+Green+Blue) = 224+125+159=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D9F is #1F8260. Grayscale: #9E9E9E. Windows color (decimal): -2064993 or 10452448. OLE color: 10452448.

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

Color convert

RGB224125159-
CMYK00.440.290.12
HSL339.39º61.49%68.43%-
HSV(B)339.39º44.2%87.84%-
XYZ44.3333.0236.84-
YUV158.48128.3174.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.09%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=44.09%
G=24.61%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412515900.440.290.12339.3961.4968.43
HexE07D9F02C1DC1533d44
Octal340175237054351452375104
Binary1110000011111011001111101011001110111001010100111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07D9F; }

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

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

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

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

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

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

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

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