#EB50B0

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

Shades of Brilliant Rose #EB50B0

Tints of Brilliant Rose #EB50B0

Color information

#EB50B0 (or 0xEB50B0) is unknown color: approx Brilliant Rose. HEX triplet: EB, 50 and B0. RGB value is (235,80,176). Sum of RGB (Red+Green+Blue) = 235+80+176=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB50B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB50B0 is #14AF4F. Grayscale: #898989. Windows color (decimal): -1355600 or 11555051. OLE color: 11555051.

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

Color convert

RGB23580176-
CMYK00.660.250.08
HSL322.84º79.49%61.76%-
HSV(B)322.84º65.96%92.16%-
XYZ44.9726.5343.83-
YUV137.29149.85197.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.86%
GREEN value IS 80 (31.64% from 255) = 16.29%
BLUE value IS 176 (69.14% from 255) = 35.85%
R=47.86%
G=16.29%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358017600.660.250.08322.8479.4961.76
HexEB50B00421981434f3e
Octal3531202600102311050311776
Binary11101011101000010110000010000101100110001010000111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB50B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB50B0; }

 p { color: rgb(235,80,176); }

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

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

 a { background-color: rgb(235,80,176); }

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

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

 span { border-color: rgb(235,80,176); }

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