#ED7F86

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

Shades of Carissma #ED7F86

Tints of Carissma #ED7F86

Color information

#ED7F86 (or 0xED7F86) is unknown color: approx Carissma. HEX triplet: ED, 7F and 86. RGB value is (237,127,134). Sum of RGB (Red+Green+Blue) = 237+127+134=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7F86 is #128079. Grayscale: #A0A0A0. Windows color (decimal): -1212538 or 8814573. OLE color: 8814573.

HSL color Cylindrical-coordinate representation of color #ED7F86: hue angle of 356.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7F86 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB237127134-
CMYK00.460.430.07
HSL356.18º75.34%71.37%-
HSV(B)356.18º46.41%92.94%-
XYZ46.8234.926.82-
YUV160.69112.94182.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.59%
GREEN value IS 127 (50% from 255) = 25.50%
BLUE value IS 134 (52.73% from 255) = 26.91%
R=47.59%
G=25.50%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712713400.460.430.07356.1875.3471.37
HexED7F8602E2B71644b47
Octal355177206056537544113107
Binary11101101111111110000110010111010101111110110010010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7F86; }

 p { color: rgb(237,127,134); }

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

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

 a { background-color: rgb(237,127,134); }

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

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

 span { border-color: rgb(237,127,134); }

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