#EF1FD5

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

Shades of Razzle Dazzle Rose #EF1FD5

Tints of Razzle Dazzle Rose #EF1FD5

Color information

#EF1FD5 (or 0xEF1FD5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 1F and D5. RGB value is (239,31,213). Sum of RGB (Red+Green+Blue) = 239+31+213=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 31 (12.5% from 255 or 6.42% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1FD5 is #10E02A. Grayscale: #717171. Windows color (decimal): -1105963 or 13967343. OLE color: 13967343.

HSL color Cylindrical-coordinate representation of color #EF1FD5: hue angle of 307.5º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1FD5 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB23931213-
CMYK00.870.110.06
HSL307.5º86.67%52.94%-
HSV(B)307.5º87.03%93.73%-
XYZ48.124.1365.07-
YUV113.94183.91217.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.48%
GREEN value IS 31 (12.5% from 255) = 6.42%
BLUE value IS 213 (83.59% from 255) = 44.10%
R=49.48%
G=6.42%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393121300.870.110.06307.586.6752.94
HexEF1FD5057B61345735
Octal35737325012713646412765
Binary1110111111111110101010101011110111101001101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1FD5; }

 p { color: rgb(239,31,213); }

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

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

 a { background-color: rgb(239,31,213); }

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

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

 span { border-color: rgb(239,31,213); }

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