#E07DA2

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

Shades of Carissma #E07DA2

Tints of Carissma #E07DA2

Color information

#E07DA2 (or 0xE07DA2) is unknown color: approx Carissma. HEX triplet: E0, 7D and A2. RGB value is (224,125,162). Sum of RGB (Red+Green+Blue) = 224+125+162=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07DA2 is #1F825D. Grayscale: #9E9E9E. Windows color (decimal): -2064990 or 10649056. OLE color: 10649056.

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

Color convert

RGB224125162-
CMYK00.440.280.12
HSL337.58º61.49%68.43%-
HSV(B)337.58º44.2%87.84%-
XYZ44.633.1238.23-
YUV158.82129.8174.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.84%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 162 (63.67% from 255) = 31.70%
R=43.84%
G=24.46%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412516200.440.280.12337.5861.4968.43
HexE07DA202C1CC1523d44
Octal340175242054341452275104
Binary1110000011111011010001001011001110011001010100101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07DA2; }

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

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

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

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

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

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

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

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