#EB8290

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

Shades of Carissma #EB8290

Tints of Carissma #EB8290

Color information

#EB8290 (or 0xEB8290) is unknown color: approx Carissma. HEX triplet: EB, 82 and 90. RGB value is (235,130,144). Sum of RGB (Red+Green+Blue) = 235+130+144=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8290 is #147D6F. Grayscale: #A3A3A3. Windows color (decimal): -1342832 or 9470699. OLE color: 9470699.

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

Color convert

RGB235130144-
CMYK00.450.390.08
HSL352º72.41%71.57%-
HSV(B)352º44.68%92.16%-
XYZ47.2835.6430.77-
YUV162.99117.29179.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 130 (51.17% from 255) = 25.54%
BLUE value IS 144 (56.64% from 255) = 28.29%
R=46.17%
G=25.54%
B=28.29%

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
Decimal23513014400.450.390.0835272.4171.57
HexEB829002D2781604848
Octal3532022200554710540110110
Binary1110101110000010100100000101101100111100010110000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8290; }

 p { color: rgb(235,130,144); }

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

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

 a { background-color: rgb(235,130,144); }

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

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

 span { border-color: rgb(235,130,144); }

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