#ED788F

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

Shades of Carissma #ED788F

Tints of Carissma #ED788F

Color information

#ED788F (or 0xED788F) is unknown color: approx Carissma. HEX triplet: ED, 78 and 8F. RGB value is (237,120,143). Sum of RGB (Red+Green+Blue) = 237+120+143=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED788F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED788F is #128770. Grayscale: #9D9D9D. Windows color (decimal): -1214321 or 9402605. OLE color: 9402605.

HSL color Cylindrical-coordinate representation of color #ED788F: hue angle of 348.21º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED788F is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB237120143-
CMYK00.490.400.07
HSL348.21º76.47%70%-
HSV(B)348.21º49.37%92.94%-
XYZ46.633.4229.98-
YUV157.6119.76184.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.4%
GREEN value IS 120 (47.27% from 255) = 24%
BLUE value IS 143 (56.25% from 255) = 28.6%
R=47.4%
G=24%
B=28.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712014300.490.400.07348.2176.4770
HexED788F03128715c4c46
Octal355170217061507534114106
Binary11101101111100010001111011000110100011110101110010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED788F; }

 p { color: rgb(237,120,143); }

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

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

 a { background-color: rgb(237,120,143); }

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

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

 span { border-color: rgb(237,120,143); }

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