#EF858F

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

Shades of Carissma #EF858F

Tints of Carissma #EF858F

Color information

#EF858F (or 0xEF858F) is unknown color: approx Carissma. HEX triplet: EF, 85 and 8F. RGB value is (239,133,143). Sum of RGB (Red+Green+Blue) = 239+133+143=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF858F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF858F is #107A70. Grayscale: #A5A5A5. Windows color (decimal): -1079921 or 9405935. OLE color: 9405935.

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

Color convert

RGB239133143-
CMYK00.440.400.06
HSL354.34º76.81%72.94%-
HSV(B)354.34º44.35%93.73%-
XYZ48.9437.1130.57-
YUV165.83115.12180.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.41%
GREEN value IS 133 (52.34% from 255) = 25.83%
BLUE value IS 143 (56.25% from 255) = 27.77%
R=46.41%
G=25.83%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913314300.440.400.06354.3476.8172.94
HexEF858F02C2861624d49
Octal357205217054506542115111
Binary111011111000010110001111010110010100011010110001010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF858F; }

 p { color: rgb(239,133,143); }

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

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

 a { background-color: rgb(239,133,143); }

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

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

 span { border-color: rgb(239,133,143); }

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