#ef5bac

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

Shades of Brilliant Rose #EF5BAC

Tints of Brilliant Rose #EF5BAC

Color information

#EF5BAC (or 0xEF5BAC) is unknown color: approx Brilliant Rose. HEX triplet: EF, 5B and AC. RGB value is (239,91,172). Sum of RGB (Red+Green+Blue) = 239+91+172=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5BAC is #10A453. Grayscale: #909090. Windows color (decimal): -1090644 or 11295727. OLE color: 11295727.

HSL color Cylindrical-coordinate representation of color #EF5BAC: hue angle of 327.16º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5BAC is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB23991172-
CMYK00.620.280.06
HSL327.16º82.22%64.71%-
HSV(B)327.16º61.92%93.73%-
XYZ46.7828.8142.13-
YUV144.49143.53195.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.61%
GREEN value IS 91 (35.94% from 255) = 18.13%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=47.61%
G=18.13%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399117200.620.280.06327.1682.2264.71
HexEF5BAC03E1C61475241
Octal357133254076346507122101
Binary1110111110110111010110001111101110011010100011110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef5bac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef5bac; }

 p { color: rgb(239,91,172); }

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

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

 a { background-color: rgb(239,91,172); }

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

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

 span { border-color: rgb(239,91,172); }

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