#EB4FAB

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

Shades of Brilliant Rose #EB4FAB

Tints of Brilliant Rose #EB4FAB

Color information

#EB4FAB (or 0xEB4FAB) is unknown color: approx Brilliant Rose. HEX triplet: EB, 4F and AB. RGB value is (235,79,171). Sum of RGB (Red+Green+Blue) = 235+79+171=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4FAB is #14B054. Grayscale: #878787. Windows color (decimal): -1355861 or 11227115. OLE color: 11227115.

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

Color convert

RGB23579171-
CMYK00.660.270.08
HSL324.62º79.59%61.57%-
HSV(B)324.62º66.38%92.16%-
XYZ44.4126.1941.24-
YUV136.13147.68198.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.45%
GREEN value IS 79 (31.25% from 255) = 16.29%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=48.45%
G=16.29%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357917100.660.270.08324.6279.5961.57
HexEB4FAB0421B8145503e
Octal3531172530102331050512076
Binary11101011100111110101011010000101101110001010001011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4FAB; }

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

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

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

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

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

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

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

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