#EB7BA1

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

Shades of Carissma #EB7BA1

Tints of Carissma #EB7BA1

Color information

#EB7BA1 (or 0xEB7BA1) is unknown color: approx Carissma. HEX triplet: EB, 7B and A1. RGB value is (235,123,161). Sum of RGB (Red+Green+Blue) = 235+123+161=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7BA1 is #14845E. Grayscale: #A0A0A0. Windows color (decimal): -1344607 or 10583019. OLE color: 10583019.

HSL color Cylindrical-coordinate representation of color #EB7BA1: hue angle of 339.64º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB7BA1 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235123161-
CMYK00.480.310.08
HSL339.64º73.68%70.2%-
HSV(B)339.64º47.66%92.16%-
XYZ47.7834.437.84-
YUV160.82128.11180.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.28%
GREEN value IS 123 (48.44% from 255) = 23.70%
BLUE value IS 161 (63.28% from 255) = 31.02%
R=45.28%
G=23.70%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512316100.480.310.08339.6473.6870.2
HexEB7BA10301F81544a46
Octal3531732410603710524112106
Binary11101011111101110100001011000011111100010101010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7BA1; }

 p { color: rgb(235,123,161); }

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

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

 a { background-color: rgb(235,123,161); }

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

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

 span { border-color: rgb(235,123,161); }

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