#EF7F85

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

Shades of Carissma #EF7F85

Tints of Carissma #EF7F85

Color information

#EF7F85 (or 0xEF7F85) is unknown color: approx Carissma. HEX triplet: EF, 7F and 85. RGB value is (239,127,133). Sum of RGB (Red+Green+Blue) = 239+127+133=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7F85 is #10807A. Grayscale: #A1A1A1. Windows color (decimal): -1081467 or 8749039. OLE color: 8749039.

HSL color Cylindrical-coordinate representation of color #EF7F85: hue angle of 356.79º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7F85 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB239127133-
CMYK00.470.440.06
HSL356.79º77.78%71.76%-
HSV(B)356.79º46.86%93.73%-
XYZ47.4235.2226.49-
YUV161.17112.11183.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.90%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=47.90%
G=25.45%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912713300.470.440.06356.7977.7871.76
HexEF7F8502F2C61654e48
Octal357177205057546545116110
Binary11101111111111110000101010111110110011010110010110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7F85; }

 p { color: rgb(239,127,133); }

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

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

 a { background-color: rgb(239,127,133); }

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

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

 span { border-color: rgb(239,127,133); }

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