#EB51B7

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

Shades of Brilliant Rose #EB51B7

Tints of Brilliant Rose #EB51B7

Color information

#EB51B7 (or 0xEB51B7) is unknown color: approx Brilliant Rose. HEX triplet: EB, 51 and B7. RGB value is (235,81,183). Sum of RGB (Red+Green+Blue) = 235+81+183=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB51B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB51B7 is #14AE48. Grayscale: #8A8A8A. Windows color (decimal): -1355337 or 12014059. OLE color: 12014059.

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

Color convert

RGB23581183-
CMYK00.660.220.08
HSL320.26º79.38%61.96%-
HSV(B)320.26º65.53%92.16%-
XYZ45.7526.9747.59-
YUV138.67153.02196.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.09%
GREEN value IS 81 (32.03% from 255) = 16.23%
BLUE value IS 183 (71.88% from 255) = 36.67%
R=47.09%
G=16.23%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358118300.660.220.08320.2679.3861.96
HexEB51B70421681404f3e
Octal3531212670102261050011776
Binary11101011101000110110111010000101011010001010000001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB51B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB51B7; }

 p { color: rgb(235,81,183); }

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

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

 a { background-color: rgb(235,81,183); }

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

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

 span { border-color: rgb(235,81,183); }

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