#EF8287

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

Shades of Carissma #EF8287

Tints of Carissma #EF8287

Color information

#EF8287 (or 0xEF8287) is unknown color: approx Carissma. HEX triplet: EF, 82 and 87. RGB value is (239,130,135). Sum of RGB (Red+Green+Blue) = 239+130+135=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8287 is #107D78. Grayscale: #A3A3A3. Windows color (decimal): -1080697 or 8880879. OLE color: 8880879.

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

Color convert

RGB239130135-
CMYK00.460.440.06
HSL357.25º77.3%72.35%-
HSV(B)357.25º45.61%93.73%-
XYZ47.9536.0727.36-
YUV163.16112.11182.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.42%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=47.42%
G=25.79%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913013500.460.440.06357.2577.372.35
HexEF828702E2C61654d48
Octal357202207056546545115110
Binary111011111000001010000111010111010110011010110010110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8287; }

 p { color: rgb(239,130,135); }

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

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

 a { background-color: rgb(239,130,135); }

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

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

 span { border-color: rgb(239,130,135); }

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