#EB858F

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

Shades of Carissma #EB858F

Tints of Carissma #EB858F

Color information

#EB858F (or 0xEB858F) is unknown color: approx Carissma. HEX triplet: EB, 85 and 8F. RGB value is (235,133,143). Sum of RGB (Red+Green+Blue) = 235+133+143=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB858F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB858F is #147A70. Grayscale: #A4A4A4. Windows color (decimal): -1342065 or 9405931. OLE color: 9405931.

HSL color Cylindrical-coordinate representation of color #EB858F: hue angle of 354.12º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB858F is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB235133143-
CMYK00.430.390.08
HSL354.12º71.83%72.16%-
HSV(B)354.12º43.4%92.16%-
XYZ47.6136.4230.51-
YUV164.64115.79178.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.99%
GREEN value IS 133 (52.34% from 255) = 26.03%
BLUE value IS 143 (56.25% from 255) = 27.98%
R=45.99%
G=26.03%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513314300.430.390.08354.1271.8372.16
HexEB858F02B2781624848
Octal3532052170534710542110110
Binary1110101110000101100011110101011100111100010110001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB858F; }

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

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

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

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

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

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

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

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