#EF45A1

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

Shades of Brilliant Rose #EF45A1

Tints of Brilliant Rose #EF45A1

Color information

#EF45A1 (or 0xEF45A1) is unknown color: approx Brilliant Rose. HEX triplet: EF, 45 and A1. RGB value is (239,69,161). Sum of RGB (Red+Green+Blue) = 239+69+161=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF45A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF45A1 is #10BA5E. Grayscale: #828282. Windows color (decimal): -1096287 or 10569199. OLE color: 10569199.

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

Color convert

RGB23969161-
CMYK00.710.330.06
HSL327.53º84.16%60.39%-
HSV(B)327.53º71.13%93.73%-
XYZ44.1625.1836.25-
YUV130.32145.32205.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.96%
GREEN value IS 69 (27.34% from 255) = 14.71%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=50.96%
G=14.71%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396916100.710.330.06327.5384.1660.39
HexEF45A1047216148543c
Octal357105241010741651012474
Binary11101111100010110100001010001111000011101010010001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF45A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF45A1; }

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

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

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

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

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

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

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

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