#EB4FA9

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

Shades of Brilliant Rose #EB4FA9

Tints of Brilliant Rose #EB4FA9

Color information

#EB4FA9 (or 0xEB4FA9) is unknown color: approx Brilliant Rose. HEX triplet: EB, 4F and A9. RGB value is (235,79,169). Sum of RGB (Red+Green+Blue) = 235+79+169=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4FA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4FA9 is #14B056. Grayscale: #878787. Windows color (decimal): -1355863 or 11096043. OLE color: 11096043.

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

Color convert

RGB23579169-
CMYK00.660.280.08
HSL325.38º79.59%61.57%-
HSV(B)325.38º66.38%92.16%-
XYZ44.2226.1240.25-
YUV135.9146.68198.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.65%
GREEN value IS 79 (31.25% from 255) = 16.36%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=48.65%
G=16.36%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357916900.660.280.08325.3879.5961.57
HexEB4FA90421C8145503e
Octal3531172510102341050512076
Binary11101011100111110101001010000101110010001010001011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4FA9; }

 p { color: rgb(235,79,169); }

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

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

 a { background-color: rgb(235,79,169); }

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

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

 span { border-color: rgb(235,79,169); }

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