#ED7399

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

Shades of Carissma #ED7399

Tints of Carissma #ED7399

Color information

#ED7399 (or 0xED7399) is unknown color: approx Carissma. HEX triplet: ED, 73 and 99. RGB value is (237,115,153). Sum of RGB (Red+Green+Blue) = 237+115+153=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7399 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7399 is #128C66. Grayscale: #9B9B9B. Windows color (decimal): -1215591 or 10056685. OLE color: 10056685.

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

Color convert

RGB237115153-
CMYK00.510.350.07
HSL341.31º77.22%69.02%-
HSV(B)341.31º51.48%92.94%-
XYZ46.8132.5733.96-
YUV155.81126.42185.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.93%
GREEN value IS 115 (45.31% from 255) = 22.77%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=46.93%
G=22.77%
B=30.30%

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
Decimal23711515300.510.350.07341.3177.2269.02
HexED73990332371554d45
Octal355163231063437525115105
Binary11101101111001110011001011001110001111110101010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7399; }

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

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

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

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

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

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

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

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