#EB818F

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

Shades of Carissma #EB818F

Tints of Carissma #EB818F

Color information

#EB818F (or 0xEB818F) is unknown color: approx Carissma. HEX triplet: EB, 81 and 8F. RGB value is (235,129,143). Sum of RGB (Red+Green+Blue) = 235+129+143=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EB818F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB818F is #147E70. Grayscale: #A2A2A2. Windows color (decimal): -1343089 or 9404907. OLE color: 9404907.

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

Color convert

RGB235129143-
CMYK00.450.390.08
HSL352.08º72.6%71.37%-
HSV(B)352.08º45.11%92.16%-
XYZ47.0735.3530.33-
YUV162.29117.12179.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.35%
GREEN value IS 129 (50.78% from 255) = 25.44%
BLUE value IS 143 (56.25% from 255) = 28.21%
R=46.35%
G=25.44%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512914300.450.390.08352.0872.671.37
HexEB818F02D2781604947
Octal3532012170554710540111107
Binary1110101110000001100011110101101100111100010110000010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB818F; }

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

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

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

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

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

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

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

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