#EB58A6

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

Shades of Brilliant Rose #EB58A6

Tints of Brilliant Rose #EB58A6

Color information

#EB58A6 (or 0xEB58A6) is unknown color: approx Brilliant Rose. HEX triplet: EB, 58 and A6. RGB value is (235,88,166). Sum of RGB (Red+Green+Blue) = 235+88+166=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EB58A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB58A6 is #14A759. Grayscale: #8C8C8C. Windows color (decimal): -1353562 or 10901739. OLE color: 10901739.

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

Color convert

RGB23588166-
CMYK00.630.290.08
HSL328.16º78.61%63.33%-
HSV(B)328.16º62.55%92.16%-
XYZ44.6327.3939.01-
YUV140.84142.2195.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.06%
GREEN value IS 88 (34.77% from 255) = 18.00%
BLUE value IS 166 (65.23% from 255) = 33.95%
R=48.06%
G=18.00%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358816600.630.290.08328.1678.6163.33
HexEB58A603F1D81484f3f
Octal353130246077351051011777
Binary1110101110110001010011001111111110110001010010001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB58A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB58A6; }

 p { color: rgb(235,88,166); }

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

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

 a { background-color: rgb(235,88,166); }

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

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

 span { border-color: rgb(235,88,166); }

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