#EF879A

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

Shades of Carissma #EF879A

Tints of Carissma #EF879A

Color information

#EF879A (or 0xEF879A) is unknown color: approx Carissma. HEX triplet: EF, 87 and 9A. RGB value is (239,135,154). Sum of RGB (Red+Green+Blue) = 239+135+154=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF879A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF879A is #107865. Grayscale: #A8A8A8. Windows color (decimal): -1079398 or 10127343. OLE color: 10127343.

HSL color Cylindrical-coordinate representation of color #EF879A: hue angle of 349.04º 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 #EF879A is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239135154-
CMYK00.440.360.06
HSL349.04º76.47%73.33%-
HSV(B)349.04º43.51%93.73%-
XYZ50.0938.0135.27-
YUV168.26119.96178.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 135 (53.12% from 255) = 25.57%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=45.27%
G=25.57%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913515400.440.360.06349.0476.4773.33
HexEF879A02C24615d4c49
Octal357207232054446535114111
Binary111011111000011110011010010110010010011010101110110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF879A; }

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

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

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

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

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

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

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

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