#EB7FA1

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

Shades of Carissma #EB7FA1

Tints of Carissma #EB7FA1

Color information

#EB7FA1 (or 0xEB7FA1) is unknown color: approx Carissma. HEX triplet: EB, 7F and A1. RGB value is (235,127,161). Sum of RGB (Red+Green+Blue) = 235+127+161=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7FA1 is #14805E. Grayscale: #A3A3A3. Windows color (decimal): -1343583 or 10584043. OLE color: 10584043.

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

Color convert

RGB235127161-
CMYK00.460.310.08
HSL341.11º72.97%70.98%-
HSV(B)341.11º45.96%92.16%-
XYZ48.2835.4138.01-
YUV163.17126.78179.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.93%
GREEN value IS 127 (50% from 255) = 24.28%
BLUE value IS 161 (63.28% from 255) = 30.78%
R=44.93%
G=24.28%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512716100.460.310.08341.1172.9770.98
HexEB7FA102E1F81554947
Octal3531772410563710525111107
Binary11101011111111110100001010111011111100010101010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7FA1; }

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

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

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

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

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

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

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

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