#EF49A5

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

Shades of Brilliant Rose #EF49A5

Tints of Brilliant Rose #EF49A5

Color information

#EF49A5 (or 0xEF49A5) is unknown color: approx Brilliant Rose. HEX triplet: EF, 49 and A5. RGB value is (239,73,165). Sum of RGB (Red+Green+Blue) = 239+73+165=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF49A5 is #10B65A. Grayscale: #848484. Windows color (decimal): -1095259 or 10832367. OLE color: 10832367.

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

Color convert

RGB23973165-
CMYK00.690.310.06
HSL326.75º83.84%61.18%-
HSV(B)326.75º69.46%93.73%-
XYZ44.7725.8338.22-
YUV133.12146203.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.10%
GREEN value IS 73 (28.91% from 255) = 15.30%
BLUE value IS 165 (64.84% from 255) = 34.59%
R=50.10%
G=15.30%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397316500.690.310.06326.7583.8461.18
HexEF49A50451F6147543d
Octal357111245010537650712475
Binary1110111110010011010010101000101111111101010001111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF49A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF49A5; }

 p { color: rgb(239,73,165); }

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

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

 a { background-color: rgb(239,73,165); }

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

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

 span { border-color: rgb(239,73,165); }

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