#EF8387

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

Shades of Carissma #EF8387

Tints of Carissma #EF8387

Color information

#EF8387 (or 0xEF8387) is unknown color: approx Carissma. HEX triplet: EF, 83 and 87. RGB value is (239,131,135). Sum of RGB (Red+Green+Blue) = 239+131+135=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8387 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8387 is #107C78. Grayscale: #A3A3A3. Windows color (decimal): -1080441 or 8881135. OLE color: 8881135.

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

Color convert

RGB239131135-
CMYK00.450.440.06
HSL357.78º77.14%72.55%-
HSV(B)357.78º45.19%93.73%-
XYZ48.0936.3327.4-
YUV163.75111.78181.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.33%
GREEN value IS 131 (51.56% from 255) = 25.94%
BLUE value IS 135 (53.12% from 255) = 26.73%
R=47.33%
G=25.94%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913113500.450.440.06357.7877.1472.55
HexEF838702D2C61664d49
Octal357203207055546546115111
Binary111011111000001110000111010110110110011010110011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8387; }

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

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

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

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

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

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

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

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