#EB5A9B

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

Shades of Brilliant Rose #EB5A9B

Tints of Brilliant Rose #EB5A9B

Color information

#EB5A9B (or 0xEB5A9B) is unknown color: approx Brilliant Rose. HEX triplet: EB, 5A and 9B. RGB value is (235,90,155). Sum of RGB (Red+Green+Blue) = 235+90+155=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5A9B is #14A564. Grayscale: #8C8C8C. Windows color (decimal): -1353061 or 10181355. OLE color: 10181355.

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

Color convert

RGB23590155-
CMYK00.620.340.08
HSL333.1º78.38%63.73%-
HSV(B)333.1º61.7%92.16%-
XYZ43.8327.3433.98-
YUV140.76136.04195.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.96%
GREEN value IS 90 (35.55% from 255) = 18.75%
BLUE value IS 155 (60.94% from 255) = 32.29%
R=48.96%
G=18.75%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359015500.620.340.08333.178.3863.73
HexEB5A9B03E22814d4e40
Octal3531322330764210515116100
Binary111010111011010100110110111110100010100010100110110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A9B; }

 p { color: rgb(235,90,155); }

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

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

 a { background-color: rgb(235,90,155); }

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

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

 span { border-color: rgb(235,90,155); }

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