#EF869E

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

Shades of Carissma #EF869E

Tints of Carissma #EF869E

Color information

#EF869E (or 0xEF869E) is unknown color: approx Carissma. HEX triplet: EF, 86 and 9E. RGB value is (239,134,158). Sum of RGB (Red+Green+Blue) = 239+134+158=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF869E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF869E is #107961. Grayscale: #A8A8A8. Windows color (decimal): -1079650 or 10389231. OLE color: 10389231.

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

Color convert

RGB239134158-
CMYK00.440.340.06
HSL346.29º76.64%73.14%-
HSV(B)346.29º43.93%93.73%-
XYZ50.2937.8737.01-
YUV168.13122.29178.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.01%
GREEN value IS 134 (52.73% from 255) = 25.24%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=45.01%
G=25.24%
B=29.76%

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
Decimal23913415800.440.340.06346.2976.6473.14
HexEF869E02C22615a4d49
Octal357206236054426532115111
Binary111011111000011010011110010110010001011010101101010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF869E; }

 p { color: rgb(239,134,158); }

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

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

 a { background-color: rgb(239,134,158); }

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

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

 span { border-color: rgb(239,134,158); }

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