#EB63A5

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

Shades of Brilliant Rose #EB63A5

Tints of Brilliant Rose #EB63A5

Color information

#EB63A5 (or 0xEB63A5) is unknown color: approx Brilliant Rose. HEX triplet: EB, 63 and A5. RGB value is (235,99,165). Sum of RGB (Red+Green+Blue) = 235+99+165=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB63A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB63A5 is #149C5A. Grayscale: #939393. Windows color (decimal): -1350747 or 10839019. OLE color: 10839019.

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

Color convert

RGB23599165-
CMYK00.580.300.08
HSL330.88º77.27%65.49%-
HSV(B)330.88º57.87%92.16%-
XYZ45.5129.338.85-
YUV147.19138.06190.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.09%
GREEN value IS 99 (39.06% from 255) = 19.84%
BLUE value IS 165 (64.84% from 255) = 33.07%
R=47.09%
G=19.84%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359916500.580.300.08330.8877.2765.49
HexEB63A503A1E814b4d41
Octal3531432450723610513115101
Binary11101011110001110100101011101011110100010100101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB63A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB63A5; }

 p { color: rgb(235,99,165); }

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

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

 a { background-color: rgb(235,99,165); }

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

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

 span { border-color: rgb(235,99,165); }

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