#EF879D

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

Shades of Carissma #EF879D

Tints of Carissma #EF879D

Color information

#EF879D (or 0xEF879D) is unknown color: approx Carissma. HEX triplet: EF, 87 and 9D. RGB value is (239,135,157). Sum of RGB (Red+Green+Blue) = 239+135+157=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF879D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF879D is #107862. Grayscale: #A8A8A8. Windows color (decimal): -1079395 or 10323951. OLE color: 10323951.

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

Color convert

RGB239135157-
CMYK00.440.340.06
HSL347.31º76.47%73.33%-
HSV(B)347.31º43.51%93.73%-
XYZ50.3538.1136.6-
YUV168.6121.46178.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.01%
GREEN value IS 135 (53.12% from 255) = 25.42%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=45.01%
G=25.42%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913515700.440.340.06347.3176.4773.33
HexEF879D02C22615b4c49
Octal357207235054426533114111
Binary111011111000011110011101010110010001011010101101110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF879D; }

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

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

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

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

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

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

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

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