#E07D8C

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

Shades of Carissma #E07D8C

Tints of Carissma #E07D8C

Color information

#E07D8C (or 0xE07D8C) is unknown color: approx Carissma. HEX triplet: E0, 7D and 8C. RGB value is (224,125,140). Sum of RGB (Red+Green+Blue) = 224+125+140=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D8C is #1F8273. Grayscale: #9C9C9C. Windows color (decimal): -2065012 or 9207264. OLE color: 9207264.

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

Color convert

RGB224125140-
CMYK00.440.380.12
HSL350.91º61.49%68.43%-
HSV(B)350.91º44.2%87.84%-
XYZ42.8132.4128.81-
YUV156.31118.8176.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.81%
GREEN value IS 125 (49.22% from 255) = 25.56%
BLUE value IS 140 (55.08% from 255) = 28.63%
R=45.81%
G=25.56%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412514000.440.380.12350.9161.4968.43
HexE07D8C02C26C15f3d44
Octal340175214054461453775104
Binary11100000111110110001100010110010011011001010111111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07D8C; }

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

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

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

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

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

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

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

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