#EB878F

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

Shades of Carissma #EB878F

Tints of Carissma #EB878F

Color information

#EB878F (or 0xEB878F) is unknown color: approx Carissma. HEX triplet: EB, 87 and 8F. RGB value is (235,135,143). Sum of RGB (Red+Green+Blue) = 235+135+143=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB878F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB878F is #147870. Grayscale: #A5A5A5. Windows color (decimal): -1341553 or 9406443. OLE color: 9406443.

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

Color convert

RGB235135143-
CMYK00.430.390.08
HSL355.2º71.43%72.55%-
HSV(B)355.2º42.55%92.16%-
XYZ47.8836.9730.6-
YUV165.81115.13177.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 135 (53.12% from 255) = 26.32%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=45.81%
G=26.32%
B=27.88%

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
Decimal23513514300.430.390.08355.271.4372.55
HexEB878F02B2781634749
Octal3532072170534710543107111
Binary1110101110000111100011110101011100111100010110001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB878F; }

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

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

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

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

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

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

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

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