#ED7D8C

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

Shades of Carissma #ED7D8C

Tints of Carissma #ED7D8C

Color information

#ED7D8C (or 0xED7D8C) is unknown color: approx Carissma. HEX triplet: ED, 7D and 8C. RGB value is (237,125,140). Sum of RGB (Red+Green+Blue) = 237+125+140=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7D8C is #128273. Grayscale: #A0A0A0. Windows color (decimal): -1213044 or 9207277. OLE color: 9207277.

HSL color Cylindrical-coordinate representation of color #ED7D8C: hue angle of 351.96º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7D8C is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237125140-
CMYK00.470.410.07
HSL351.96º75.68%70.98%-
HSV(B)351.96º47.26%92.94%-
XYZ46.9934.5729.01-
YUV160.2116.61182.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.21%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 140 (55.08% from 255) = 27.89%
R=47.21%
G=24.90%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712514000.470.410.07351.9675.6870.98
HexED7D8C02F2971604c47
Octal355175214057517540114107
Binary11101101111110110001100010111110100111110110000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7D8C; }

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

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

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

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

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

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

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

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