#ED769D

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

Shades of Carissma #ED769D

Tints of Carissma #ED769D

Color information

#ED769D (or 0xED769D) is unknown color: approx Carissma. HEX triplet: ED, 76 and 9D. RGB value is (237,118,157). Sum of RGB (Red+Green+Blue) = 237+118+157=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED769D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED769D is #128962. Grayscale: #9D9D9D. Windows color (decimal): -1214819 or 10319597. OLE color: 10319597.

HSL color Cylindrical-coordinate representation of color #ED769D: hue angle of 340.34º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED769D is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB237118157-
CMYK00.500.340.07
HSL340.34º76.77%69.61%-
HSV(B)340.34º50.21%92.94%-
XYZ47.4933.435.84-
YUV158.03127.42184.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.29%
GREEN value IS 118 (46.48% from 255) = 23.05%
BLUE value IS 157 (61.72% from 255) = 30.66%
R=46.29%
G=23.05%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711815700.500.340.07340.3476.7769.61
HexED769D0322271544d46
Octal355166235062427524115106
Binary11101101111011010011101011001010001011110101010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED769D; }

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

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

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

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

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

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

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

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