#ED7499

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

Shades of Carissma #ED7499

Tints of Carissma #ED7499

Color information

#ED7499 (or 0xED7499) is unknown color: approx Carissma. HEX triplet: ED, 74 and 99. RGB value is (237,116,153). Sum of RGB (Red+Green+Blue) = 237+116+153=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7499 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7499 is #128B66. Grayscale: #9C9C9C. Windows color (decimal): -1215335 or 10056941. OLE color: 10056941.

HSL color Cylindrical-coordinate representation of color #ED7499: hue angle of 341.65º 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 #ED7499 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237116153-
CMYK00.510.350.07
HSL341.65º77.07%69.22%-
HSV(B)341.65º51.05%92.94%-
XYZ46.9232.833.99-
YUV156.4126.09185.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.84%
GREEN value IS 116 (45.70% from 255) = 22.92%
BLUE value IS 153 (60.16% from 255) = 30.24%
R=46.84%
G=22.92%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711615300.510.350.07341.6577.0769.22
HexED74990332371564d45
Octal355164231063437526115105
Binary11101101111010010011001011001110001111110101011010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7499; }

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

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

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

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

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

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

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

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