#EF45AC

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

Shades of Brilliant Rose #EF45AC

Tints of Brilliant Rose #EF45AC

Color information

#EF45AC (or 0xEF45AC) is unknown color: approx Brilliant Rose. HEX triplet: EF, 45 and AC. RGB value is (239,69,172). Sum of RGB (Red+Green+Blue) = 239+69+172=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF45AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF45AC is #10BA53. Grayscale: #838383. Windows color (decimal): -1096276 or 11290095. OLE color: 11290095.

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

Color convert

RGB23969172-
CMYK00.710.280.06
HSL323.65º84.16%60.39%-
HSV(B)323.65º71.13%93.73%-
XYZ45.1725.5941.59-
YUV131.57150.82204.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.79%
GREEN value IS 69 (27.34% from 255) = 14.38%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=49.79%
G=14.38%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396917200.710.280.06323.6584.1660.39
HexEF45AC0471C6144543c
Octal357105254010734650412474
Binary1110111110001011010110001000111111001101010001001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF45AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF45AC; }

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

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

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

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

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

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

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

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