#EB45A5

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

Shades of Brilliant Rose #EB45A5

Tints of Brilliant Rose #EB45A5

Color information

#EB45A5 (or 0xEB45A5) is unknown color: approx Brilliant Rose. HEX triplet: EB, 45 and A5. RGB value is (235,69,165). Sum of RGB (Red+Green+Blue) = 235+69+165=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB45A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB45A5 is #14BA5A. Grayscale: #818181. Windows color (decimal): -1358427 or 10831339. OLE color: 10831339.

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

Color convert

RGB23569165-
CMYK00.710.300.08
HSL325.3º80.58%59.61%-
HSV(B)325.3º70.64%92.16%-
XYZ43.1824.6438.08-
YUV129.58148203.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.11%
GREEN value IS 69 (27.34% from 255) = 14.71%
BLUE value IS 165 (64.84% from 255) = 35.18%
R=50.11%
G=14.71%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356916500.710.300.08325.380.5859.61
HexEB45A50471E8145513c
Octal3531052450107361050512174
Binary11101011100010110100101010001111111010001010001011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB45A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB45A5; }

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

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

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

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

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

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

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

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