#EF41B4

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

Shades of Razzle Dazzle Rose #EF41B4

Tints of Razzle Dazzle Rose #EF41B4

Color information

#EF41B4 (or 0xEF41B4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 41 and B4. RGB value is (239,65,180). Sum of RGB (Red+Green+Blue) = 239+65+180=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF41B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF41B4 is #10BE4B. Grayscale: #818181. Windows color (decimal): -1097292 or 11813359. OLE color: 11813359.

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

Color convert

RGB23965180-
CMYK00.730.250.06
HSL320.34º84.47%59.61%-
HSV(B)320.34º72.8%93.73%-
XYZ45.7325.4345.68-
YUV130.14156.15205.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.38%
GREEN value IS 65 (25.78% from 255) = 13.43%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=49.38%
G=13.43%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396518000.730.250.06320.3484.4759.61
HexEF41B4049196140543c
Octal357101264011131650012474
Binary1110111110000011011010001001001110011101010000001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF41B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF41B4; }

 p { color: rgb(239,65,180); }

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

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

 a { background-color: rgb(239,65,180); }

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

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

 span { border-color: rgb(239,65,180); }

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