#ED749E

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

Shades of Carissma #ED749E

Tints of Carissma #ED749E

Color information

#ED749E (or 0xED749E) is unknown color: approx Carissma. HEX triplet: ED, 74 and 9E. RGB value is (237,116,158). Sum of RGB (Red+Green+Blue) = 237+116+158=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED749E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED749E is #128B61. Grayscale: #9C9C9C. Windows color (decimal): -1215330 or 10384621. OLE color: 10384621.

HSL color Cylindrical-coordinate representation of color #ED749E: hue angle of 339.17º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED749E is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237116158-
CMYK00.510.330.07
HSL339.17º77.07%69.22%-
HSV(B)339.17º51.05%92.94%-
XYZ47.3432.9636.22-
YUV156.97128.59185.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 116 (45.70% from 255) = 22.70%
BLUE value IS 158 (62.11% from 255) = 30.92%
R=46.38%
G=22.70%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711615800.510.330.07339.1777.0769.22
HexED749E0332171534d45
Octal355164236063417523115105
Binary11101101111010010011110011001110000111110101001110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED749E; }

 p { color: rgb(237,116,158); }

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

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

 a { background-color: rgb(237,116,158); }

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

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

 span { border-color: rgb(237,116,158); }

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