#EB61A7

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

Shades of Brilliant Rose #EB61A7

Tints of Brilliant Rose #EB61A7

Color information

#EB61A7 (or 0xEB61A7) is unknown color: approx Brilliant Rose. HEX triplet: EB, 61 and A7. RGB value is (235,97,167). Sum of RGB (Red+Green+Blue) = 235+97+167=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB61A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB61A7 is #149E58. Grayscale: #929292. Windows color (decimal): -1351257 or 10969579. OLE color: 10969579.

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

Color convert

RGB23597167-
CMYK00.590.290.08
HSL329.57º77.53%65.1%-
HSV(B)329.57º58.72%92.16%-
XYZ45.512939.76-
YUV146.24139.72191.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.09%
GREEN value IS 97 (38.28% from 255) = 19.44%
BLUE value IS 167 (65.62% from 255) = 33.47%
R=47.09%
G=19.44%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359716700.590.290.08329.5777.5365.1
HexEB61A703B1D814a4e41
Octal3531412470733510512116101
Binary11101011110000110100111011101111101100010100101010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB61A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB61A7; }

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

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

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

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

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

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

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

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