#EF48B6

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

Shades of Brilliant Rose #EF48B6

Tints of Brilliant Rose #EF48B6

Color information

#EF48B6 (or 0xEF48B6) is unknown color: approx Brilliant Rose. HEX triplet: EF, 48 and B6. RGB value is (239,72,182). Sum of RGB (Red+Green+Blue) = 239+72+182=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF48B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF48B6 is #10B749. Grayscale: #868686. Windows color (decimal): -1095498 or 11946223. OLE color: 11946223.

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

Color convert

RGB23972182-
CMYK00.700.240.06
HSL320.48º83.92%60.98%-
HSV(B)320.48º69.87%93.73%-
XYZ46.3626.3646.9-
YUV134.47154.83202.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.48%
GREEN value IS 72 (28.52% from 255) = 14.60%
BLUE value IS 182 (71.48% from 255) = 36.92%
R=48.48%
G=14.60%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397218200.700.240.06320.4883.9260.98
HexEF48B6046186140543d
Octal357110266010630650012475
Binary1110111110010001011011001000110110001101010000001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF48B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF48B6; }

 p { color: rgb(239,72,182); }

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

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

 a { background-color: rgb(239,72,182); }

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

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

 span { border-color: rgb(239,72,182); }

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