#EB45A7

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

Shades of Brilliant Rose #EB45A7

Tints of Brilliant Rose #EB45A7

Color information

#EB45A7 (or 0xEB45A7) is unknown color: approx Brilliant Rose. HEX triplet: EB, 45 and A7. RGB value is (235,69,167). Sum of RGB (Red+Green+Blue) = 235+69+167=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB45A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB45A7 is #14BA58. Grayscale: #818181. Windows color (decimal): -1358425 or 10962411. OLE color: 10962411.

HSL color Cylindrical-coordinate representation of color #EB45A7: hue angle of 324.58º 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 #EB45A7 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB23569167-
CMYK00.710.290.08
HSL324.58º80.58%59.61%-
HSV(B)324.58º70.64%92.16%-
XYZ43.3624.7139.04-
YUV129.81149203.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.89%
GREEN value IS 69 (27.34% from 255) = 14.65%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=49.89%
G=14.65%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356916700.710.290.08324.5880.5859.61
HexEB45A70471D8145513c
Octal3531052470107351050512174
Binary11101011100010110100111010001111110110001010001011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB45A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB45A7; }

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

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

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

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

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

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

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

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