#ED759D

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

Shades of Carissma #ED759D

Tints of Carissma #ED759D

Color information

#ED759D (or 0xED759D) is unknown color: approx Carissma. HEX triplet: ED, 75 and 9D. RGB value is (237,117,157). Sum of RGB (Red+Green+Blue) = 237+117+157=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED759D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED759D is #128A62. Grayscale: #9D9D9D. Windows color (decimal): -1215075 or 10319341. OLE color: 10319341.

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

Color convert

RGB237117157-
CMYK00.510.340.07
HSL340º76.92%69.41%-
HSV(B)340º50.63%92.94%-
XYZ47.3733.1635.8-
YUV157.44127.76184.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 117 (46.09% from 255) = 22.90%
BLUE value IS 157 (61.72% from 255) = 30.72%
R=46.38%
G=22.90%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711715700.510.340.0734076.9269.41
HexED759D0332271544d45
Octal355165235063427524115105
Binary11101101111010110011101011001110001011110101010010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED759D; }

 p { color: rgb(237,117,157); }

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

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

 a { background-color: rgb(237,117,157); }

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

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

 span { border-color: rgb(237,117,157); }

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