#EB4F9E

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

Shades of Brilliant Rose #EB4F9E

Tints of Brilliant Rose #EB4F9E

Color information

#EB4F9E (or 0xEB4F9E) is unknown color: approx Brilliant Rose. HEX triplet: EB, 4F and 9E. RGB value is (235,79,158). Sum of RGB (Red+Green+Blue) = 235+79+158=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4F9E is #14B061. Grayscale: #868686. Windows color (decimal): -1355874 or 10375147. OLE color: 10375147.

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

Color convert

RGB23579158-
CMYK00.660.330.08
HSL329.62º79.59%61.57%-
HSV(B)329.62º66.38%92.16%-
XYZ43.2325.7235.03-
YUV134.65141.18199.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.79%
GREEN value IS 79 (31.25% from 255) = 16.74%
BLUE value IS 158 (62.11% from 255) = 33.47%
R=49.79%
G=16.74%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357915800.660.330.08329.6279.5961.57
HexEB4F9E04221814a503e
Octal3531172360102411051212076
Binary111010111001111100111100100001010000110001010010101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4F9E; }

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

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

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

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

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

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

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

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