#EB5A9D

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

Shades of Brilliant Rose #EB5A9D

Tints of Brilliant Rose #EB5A9D

Color information

#EB5A9D (or 0xEB5A9D) is unknown color: approx Brilliant Rose. HEX triplet: EB, 5A and 9D. RGB value is (235,90,157). Sum of RGB (Red+Green+Blue) = 235+90+157=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5A9D is #14A562. Grayscale: #8C8C8C. Windows color (decimal): -1353059 or 10312427. OLE color: 10312427.

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

Color convert

RGB23590157-
CMYK00.620.330.08
HSL332.28º78.38%63.73%-
HSV(B)332.28º61.7%92.16%-
XYZ4427.4134.87-
YUV140.99137.04195.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.76%
GREEN value IS 90 (35.55% from 255) = 18.67%
BLUE value IS 157 (61.72% from 255) = 32.57%
R=48.76%
G=18.67%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359015700.620.330.08332.2878.3863.73
HexEB5A9D03E21814c4e40
Octal3531322350764110514116100
Binary111010111011010100111010111110100001100010100110010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A9D; }

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

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

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

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

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

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

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

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