#EB64A1

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

Shades of Brilliant Rose #EB64A1

Tints of Brilliant Rose #EB64A1

Color information

#EB64A1 (or 0xEB64A1) is unknown color: approx Brilliant Rose. HEX triplet: EB, 64 and A1. RGB value is (235,100,161). Sum of RGB (Red+Green+Blue) = 235+100+161=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB64A1 is #149B5E. Grayscale: #939393. Windows color (decimal): -1350495 or 10577131. OLE color: 10577131.

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

Color convert

RGB235100161-
CMYK00.570.310.08
HSL332.89º77.14%65.69%-
HSV(B)332.89º57.45%92.16%-
XYZ45.2529.3537-
YUV147.32135.73190.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.38%
GREEN value IS 100 (39.45% from 255) = 20.16%
BLUE value IS 161 (63.28% from 255) = 32.46%
R=47.38%
G=20.16%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510016100.570.310.08332.8977.1465.69
HexEB64A10391F814d4d42
Octal3531442410713710515115102
Binary11101011110010010100001011100111111100010100110110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB64A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB64A1; }

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

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

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

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

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

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

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

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